wykładnicze w 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);
Raincone
#include <math.h>
double pow(double x, double y);
float powf(float x, float y);
long double powl(long double x, long double y);