Next: , Previous: , Up: syslib numerics   [Index]


12.10.36 Hyperbolic sine

Unsafe Operation: $sinh-fixnum fx

Compute the hyperbolic sine of fx; return a flonum.

Unsafe Operation: $sinh-bignum bn

Compute the hyperbolic sine of bn; return a flonum.

Unsafe Operation: $sinh-ratnum rt

Compute the hyperbolic sine of rt; return a flonum.

Unsafe Operation: $sinh-flonum fl

Compute the hyperbolic sine of fl; return a flonum. This is an alias for $flsinh.

Unsafe Operation: $sinh-compnum cn

Compute the hyperbolic sine of cn; return a number object.

Unsafe Operation: $sinh-cflonum cfl

Compute the hyperbolic sine of cfl; return a cflonum.