Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

exponentials in c

#include <math.h>

   double pow(double x, double y);
   float powf(float x, float y);
   long double powl(long double x, long double y);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #exponentials
ADD COMMENT
Topic
Name
2+2 =