This shows you the differences between two versions of the page.
— |
asinh [2009/08/26 19:50] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: asinh.txt,v 1.4 2009/08/13 04:25:48 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | $[[asinh]](<number>) | ||
+ | |||
+ | ======Technical:====== | ||
+ | This function calls asinh(3) which returns the hyperbolic arc sine of | ||
+ | the number. | ||
+ | |||
+ | All of the normal [[rules about number arguments]] apply. | ||
+ | |||
+ | ======History:====== | ||