powered by
Hyperbolic functions.
# S4 method for float32 sinh(x)# S4 method for float32 cosh(x)# S4 method for float32 tanh(x)# S4 method for float32 asinh(x)# S4 method for float32 acosh(x)# S4 method for float32 atanh(x)
# S4 method for float32 cosh(x)
# S4 method for float32 tanh(x)
# S4 method for float32 asinh(x)
# S4 method for float32 acosh(x)
# S4 method for float32 atanh(x)
A float vector/matrix of the same dimensions as the input.
A float vector/matrix.
if (FALSE) { library(float) x = flrunif(10) sinh(x) }
Run the code above in your browser using DataLab