Code:
#include <stdio.h>
#include <math.h>
void prob1(void);
void prob2(void);
double func(double x);
double unit_vector(double *v, double *w, int num_n);
main()
{
int menu;
printf("There are two functions: prob1() and prob2().\n");
printf("Enter the function number to
Leave a comment: