]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libf2c/libF77/r_sinh.c
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / contrib / libf2c / libF77 / r_sinh.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double
6 r_sinh (real * x)
7 {
8   return (sinh (*x));
9 }