cg_acosh {cgraph}R Documentation

Inverse Hyperbolic Cosine

Description

Calculate acosh(x).

Usage

cg_acosh(x, name = NULL)

Arguments

x

either a cg_node object or a numeric vector or array.

name

character scalar, name of the operation (optional).

Value

cg_operator object, node of the operation.

Author(s)

Ron Triepels

See Also

acosh


[Package cgraph version 4.0.3 Index]