Back to functions

Shi


hyperbolic sine integral

Calculates the hyperbolic sine integral of a number.

Usage: nerdamer("Shi(number)")


Parameters

expression number Returns the appropriate value if possible otherwise it returns the function with the simplified expression

Returns

Expression

EXAMPLES:
var x = nerdamer('Shi(5)').evaluate();
console.log(x.text());
x = nerdamer('Shi(0)').evaluate();
console.log(x.text());
OUTPUT:
Back to functions