Trigonometric
ATan
Syntax: y = ArcTangent( x1, <x2=1> )
Description: Returns the inverse trigonometric tangent of x1/x2, where the result is in the range [-Pi()/2, Pi()/2].
JMP Version Added: Before version 14
4 * ArcTangent( 1 );
ArCos
Syntax: y = ArcCosine( x )
Description: Returns the inverse trigonometric cosine of x, where x is in the range [-1, 1] and the result is in the range [0, Pi()].
JMP Version Added: Before version 14
ArcCosine( 0.5 );
ArSin
Syntax: y = ArcSine( x )
Description: Returns the inverse trigonometric sine of x, where x is in the range [-1, 1] and the result is in the range [-Pi()/2, Pi()/2].
JMP Version Added: Before version 14
ArcSine( 0.5 );
ArcCosH
Syntax: y = ArcCosH( x )
Description: Returns the inverse hyperbolic cosine of x.
JMP Version Added: Before version 14
ArcCosH( 1 );
ArcCosine
Syntax: y = ArcCosine( x )
Description: Returns the inverse trigonometric cosine of x, where x is in the range [-1, 1] and the result is in the range [0, Pi()].
JMP Version Added: Before version 14
ArcCosine( 0.5 );
ArcSinH
Syntax: y = ArcSinH( x )
Description: Returns the inverse hyperbolic sine of x.
JMP Version Added: Before version 14
ArcSinH( 1 );
ArcSine
Syntax: y = ArcSine( x )
Description: Returns the inverse trigonometric sine of x, where x is in the range [-1, 1] and the result is in the range [-Pi()/2, Pi()/2].
JMP Version Added: Before version 14
ArcSine( 0.5 );
ArcTan
Syntax: y = ArcTangent( x1, <x2=1> )
Description: Returns the inverse trigonometric tangent of x1/x2, where the result is in the range [-Pi()/2, Pi()/2].
JMP Version Added: Before version 14
4 * ArcTangent( 1 );
ArcTanH
Syntax: y = ArcTanH( x )
Description: Returns the inverse hyperbolic tangent of x.
JMP Version Added: Before version 14
ArcTanH( 0.5 );
ArcTangent
Syntax: y = ArcTangent( x1, <x2=1> )
Description: Returns the inverse trigonometric tangent of x1/x2, where the result is in the range [-Pi()/2, Pi()/2].
JMP Version Added: Before version 14
4 * ArcTangent( 1 );
Cos
Syntax: y = Cosine( x )
Description: Returns the trigonometric cosine of x, where x is an angle in radians.
JMP Version Added: Before version 14
Cosine( Pi() / 2 );
CosH
Syntax: y = CosH( x )
Description: Returns the hyperbolic cosine of x.
JMP Version Added: Before version 14
CosH( 1 );
Cosine
Syntax: y = Cosine( x )
Description: Returns the trigonometric cosine of x, where x is an angle in radians.
JMP Version Added: Before version 14
Cosine( Pi() / 2 );
Sin
Syntax: y = Sine( x )
Description: Returns the trigonometric sine of x, where x is an angle in radians.
JMP Version Added: Before version 14
Sine( Pi() / 6 );
SinH
Syntax: y = SinH( x )
Description: Returns the hyperbolic sine of x.
JMP Version Added: Before version 14
SinH( 1 );
Sine
Syntax: y = Sine( x )
Description: Returns the trigonometric sine of x, where x is an angle in radians.
JMP Version Added: Before version 14
Sine( Pi() / 6 );
Tan
Syntax: y = Tangent( x )
Description: Returns the trigonometric tangent of x, where x is an angle in radians.
JMP Version Added: Before version 14
Tangent( Pi() / 4 );
TanH
Syntax: y = TanH( x )
Description: Returns the hyperbolic tangent of x.
JMP Version Added: Before version 14
TanH( 1 );
Tangent
Syntax: y = Tangent( x )
Description: Returns the trigonometric tangent of x, where x is an angle in radians.
JMP Version Added: Before version 14
Tangent( Pi() / 4 );