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