Start development on BSD-SCCS
[unix-history] / .ref-BSD-3 / usr / src / libF77 / r_sinh.c
CommitLineData
0ee0e326
BJ
1double r_sinh(x)
2float *x;
3{
4double sinh();
5return( sinh(*x) );
6}