logarithmus c math.h code example
Example 1: sinus c math.h
#include <math.h>
int x = sin(7);
Example 2: logarithmus c math.h
#include <math.h>
int x = log(7);
#include <math.h>
int x = sin(7);
#include <math.h>
int x = log(7);