sinh#

static vectorious.sinh(x)#

Returns the hyperbolic sine of each element of x.

Arguments:
Returns:

NDArray

Examples:

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

sinh([1, 2, 3]); // => array([1.175201177597046, 3.6268603801727295, 10.017874717712402])