math.erfc

The math.erfc function returns the complement of the value of the error function (also called the complementary error function) for a given x value.

The complementary error function is given by the following expression:

Submitted by admin on Wed, 02/17/2021 - 09:28

math.tanh

The math.tanh function returns the hyperbolic tangent of the number passed as an argument.

The hyperbolic tangent function has the following graph:

Submitted by admin on Tue, 02/16/2021 - 09:18

math.sinh

The math.sinh function returns the hyperbolic sine of the number passed as an argument.

The hyperbolic sine function has the following graph:

Submitted by admin on Mon, 02/15/2021 - 08:35

math.cosh

The math.cosh function returns the hyperbolic cosine of the number passed as an argument.

The hyperbolic cosine function has the following graph:

Submitted by admin on Sun, 02/14/2021 - 09:26

math.atanh

The math.atanh function returns the hyperbolic arctangent of the number passed as an argument.

The hyperbolic arctangent function has the following graph:

Submitted by admin on Sat, 02/13/2021 - 09:07

math.asinh

The math.asinh function returns the hyperbolic arcsine of the number passed as an argument.

The hyperbolic arcsine function has the following graph:

Submitted by admin on Fri, 02/12/2021 - 10:26

math.acosh

The math.acosh function returns the hyperbolic arccosine of the number passed as an argument.

The hyperbolic arccosine function has the following graph:

Submitted by admin on Thu, 02/11/2021 - 08:35

math.erf

The math.erf function returns the value of the error function (also called the Gauss error function ) for a given x value.

The error function is given by the following expression:

Submitted by admin on Wed, 02/10/2021 - 07:14