Array-Oriented Hyperbolic Functions
vvsinh
Calculates the hyperbolic sine of each element in an array of double-precision values.
vvsinhf
Calculates the hyperbolic sine of each element in an array of single-precision values.
vvcosh
Calculates the hyperbolic cosine of each element in an array of double-precision values.
vvcoshf
Calculates the hyperbolic cosine of each element in an array of single-precision values.
vvtanh
Calculates the hyperbolic tangent of each element in an array of double-precision values.
vvtanhf
Calculates the hyperbolic tangent of each element in an array of single-precision values.
vvasinh
Calculates the inverse hyperbolic sine of each element in an array of double-precision values.
vvasinhf
Calculates the inverse hyperbolic sine of each element in an array of single-precision values.
vvacosh
Calculates the inverse hyperbolic cosine of each element in an array of double-precision values.
vvatanh
Calculates the inverse hyperbolic tangent of each element in an array of double-precision values.
vvatanhf
Calculates the inverse hyperbolic tangent of each element in an array of single-precision values.