> Online tutorial : Math Program
Showing posts with label Math Program. Show all posts
Showing posts with label Math Program. Show all posts



Math Function

#include <stdio.h>
#include <math.h>

main ()

{ double x,y;

y = sin (x);
printf ("Maths library ready");
}