hyperbolic | R Documentation |
Hyperbolic functions.
## S4 method for signature 'float32'
sinh(x)
## S4 method for signature 'float32'
cosh(x)
## S4 method for signature 'float32'
tanh(x)
## S4 method for signature 'float32'
asinh(x)
## S4 method for signature 'float32'
acosh(x)
## S4 method for signature 'float32'
atanh(x)
x |
A float vector/matrix. |
A float vector/matrix of the same dimensions as the input.
## Not run:
library(float)
x = flrunif(10)
sinh(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.