Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1905 → Rev 1906

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