Hyperbolic Trigonometric functions
Syntax
#define include_hyper
#include <AB_Math.bas>
cosh ( radians )
sinh ( radians )
tanh ( radians )
asinh ( x)
acosh ( x )
atanh ( x )
sech ( x)
csch (x)
ctanh (x)
asech(x)
acsch(x)
acoth(x)
Description
Part of a user contributed
library that computes the standard trigonometric
functions.
Example
#define include_hyper
#include
<AB_Math.bas>
for i= 0 to 90 step 10
print i,sinh(i/10)
next i
\
See also
\