← Index
coshf.c
#include <math.h> float coshf (float x) {return (float) cosh (x);}
Download coshf.c
— origineel C-bestand