Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1905 → Rev 1906

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