Skip to content

Hyperbolic

Details

Returns the interval hyperbolic sine sinh(x)\sinh(x).

±3 ulps

sinh:IRIR\sinh: \mathbb{IR} \rightarrow \mathbb{IR}


Details

Returns the interval hyperbolic cosine cosh(x)\cosh(x).

±2 ulps

cosh:IRIR1\cosh: \mathbb{IR} \rightarrow \mathbb{IR}_{\ge \mathbf{1}}


Details

Returns the interval hyperbolic cotangent coth(x)\coth(x).

±3 ulps

coth:IRIR\coth: \mathbb{IR} \rightarrow \mathbb{IR}


Details

Returns the interval hyperbolic tangent tanh(x)\tanh(x).

±2 ulps

tanh:IRIR\tanh: \mathbb{IR} \rightarrow \mathbb{IR}


interval<T> arcsinh(interval<T> x)

[source]
Details

Returns the interval inverse hyperbolic sine arcsinh(x)\mathrm{arcsinh}(x).

±3 ulps

arcsinh:IRIR\mathrm{arcsinh}: \mathbb{IR} \rightarrow \mathbb{IR}


interval<T> arccosh(interval<T> x)

[source]
Details

Returns the interval inverse hyperbolic cosine arccosh(x)\mathrm{arccosh}(x).

±3 ulps

arccosh:IRIR\mathrm{arccosh}: \mathbb{IR} \rightarrow \mathbb{IR}


interval<T> arctanh(interval<T> x)

[source]
Details

Returns the interval inverse hyperbolic tangent arctanh(x)\mathrm{arctanh}(x).

±3 ulps

arctanh:IRIR\mathrm{arctanh}: \mathbb{IR} \rightarrow \mathbb{IR}