float (version 0.2-4)

hyperbolic: Hyperbolic functions

Description

Hyperbolic functions.

Usage

# 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)

Arguments

x

A float vector/matrix.

Value

A float vector/matrix of the same dimensions as the input.

Examples

Run this code
# NOT RUN {
library(float)

x = flrunif(10)
sinh(x)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace