coshisinh

fnComplex!real coshisinh(real y) @safe pure nothrow @nogc

Parameters

yA real number.

Returns

The value of cosh(y) + i sinh(y)

Note

coshisinh is included here for convenience and for easy migration of code.