Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1905 → Rev 1906

/programs/develop/libraries/newlib/math/sinhf.c
0,0 → 1,3
#include <math.h>
float sinhf (float x)
{return (float) sinh (x);}