Reference FQL API reference Math Math.sinh() Math.sinh() Get the hyperbolic sine of a Number. Signature Math.sinh(x: Number) => Number Description Gets the hyperbolic sine of a Number. Parameters Parameter Type Required Description x Number true A number Return value Type Description Number Hyperbolic sine of the provided number. Examples Math.sinh(1) 1.1752011936438014 Math.sin() Math.sqrt()