#include "types.h" long pow(int, uint); long square(uint); float powf(float);