Elementary operations¶
|
Return the sine of x. |
|
Return the cosine of x. |
|
Return the tangent of x. |
|
Return the hyperbolic sine of x. |
|
Return the hyperbolic cosine of x. |
|
Return the hyperbolic tangent of x. |
|
Return the inverse sine of x. |
|
Return the inverse cosine of x. |
|
Return the inverse tangent of x. |
|
Return the exponential of x. |
|
Return the logarithm of x of any base, default to natural log. |
|
Return the square root of x. |
|
Return the logistic function of x. |