cosh#

static vectorious.cosh(x)#

Returns the hyperbolic cosine of each element of x.

Arguments:
Returns:

NDArray

Examples:

import { cosh } from 'vectorious/core/cosh';

cosh([0, 1, 2]); // => array([1, 1.5430806875228882, 3.762195587158203])