Changes

Glossary of EM.Cube's Python Functions

63 bytes removed, 16:46, 10 April 2017
/* Standard Python Functions */
| style="width:270px;" | Absolute value function
| style="width:270px;" | x if x>0, -x if x<0
|-
| ceiling(x)
| Std. Python function
| Ceiling function
| nearest integer >= x
|-
| floor(x)
| Std. Python function
| Floor function
| nearest integer <= x
|-
| pow(x,y)
| -
|-
| asinhnp.floor(x)| Std. Python function| Floor function| nearest integer <= x|-| np.arcsinh(x)
| Std. Python function
| Inverse hyperbolic sine function
| -
|-
| acoshnp.arccosh(x)
| Std. Python function
| Inverse hyperbolic cosine function
| -
|-
| atanhnp.arctanh(x)
| Std. Python function
| Inverse hyperbolic tangent function
28,333
edits