Math Functions: Trigonometry Calculator
Math Functions: Trigonometric & Hyperbolic
List of trigonometric and hyperbolic math functions.
[https://.../t/help_functions|List of all templates].
Sine [sin]
Calculator
Algebraic: ++sin(value)++
RPN: ++value [sin]++
Returns the sine of 'value' in Trig Mode setting.
Template
++sin(value)++ : returns the sine of 'value' in degrees
++sin(value; mode)++ : returns the sine of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Cosine [cos]
Calculator
Algebraic: ++cos(value)++
RPN: ++value [cos]++
Returns the cosine of 'value' in Trig Mode setting.
Template
++cos(value)++ : returns the cosine of 'value' in degrees
++cos(value; mode)++ : returns the cosine of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Tangent [tan]
Calculator
Algebraic: ++tan(value)++
RPN: ++value [tan]++
Returns the tangent of 'value' in Trig Mode setting.
Template
++ tan(value)++ : returns the tangent of 'value' in degrees
++ tan(value; mode)++ : returns the tangent of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Arc-Sine [sin⁻¹ or asin]
Calculator
Algebraic: ++asin(value)++
RPN: ++value [sin⁻¹]++
Returns the arc-sine of 'value' in Trig Mode setting.
Template
++asin(value)++ : returns the arc-sine of 'value' in degrees
++asin(value; mode)++ : returns the arc-sine of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Arc-Cosine [cos⁻¹ or acos]
Calculator
Algebraic: ++acos(value)++
RPN: ++value [cos⁻¹]++
Returns the arc-cosine of 'value' in Trig Mode setting.
Template
++acos(value)++ : returns the arc-cosine of 'value' in degrees
++acos(value; mode)++ : returns the arc-cosine of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Arc-Tangent [tan⁻¹ or atan]
Calculator
Algebraic: ++atan(value)++
RPN: ++value [tan⁻¹]++
Returns the arc-tangent of 'value' in Trig Mode setting.
Template
++ atan(value)++ : returns the arc-tangent of 'value' in degrees
++ atan(value; mode)++ : returns the arc-tangent of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Secant [sec]
Calculator
Algebraic: ++sec(value)++
RPN: ++value [sec]++
Returns the secant of 'value' in Trig Mode setting.
Template
++sec(value)++ : returns the secant of 'value' in degrees
++sec(value; mode)++ : returns the secant of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Cosecant [csc]
Calculator
Algebraic: ++csc(value)++
RPN: ++value [csc]++
Returns the cosecant of 'value' in Trig Mode setting.
Template
++csc(value)++ : returns the cosecant of 'value' in degrees
++csc(value; mode)++ : returns the cosecant of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Cotangent [cot]
Calculator
Algebraic: ++cot(value)++
RPN: ++value [cot]++
Returns the cotangent of 'value' in Trig Mode setting.
Template
++cot(value)++ : returns the cotangent of 'value' in degrees
++cot(value; mode)++ : returns the cotangent of 'value' in degrees if 'mode' is 0 or radians if 'mode' is 1
** Details**
- 'value' can either be a number or table where the same is returned
Hyperbolic
Hyperbolic Sine [sinh]
Calculator
Algebraic: ++sinh(value)++
RPN: ++value [sinh]++
Returns the hyperbolic sine of 'value'.
Template
++sinh(value)++
Returns the hyperbolic sine of 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Hyperbolic Cosine [cosh]
Calculator
Algebraic: ++cosh(value)++
RPN: ++value [cosh]++
Returns the hyperbolic cosine of 'value'.
Template
++cosh(value)++
Returns the hyperbolic cosine of 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Hyperbolic Tangent [tanh]
Calculator
Algebraic: ++tanh(value)++
RPN: ++value [tanh]++
Returns the hyperbolic tangent of 'value'.
Template
++tanh(value)++
Returns the hyperbolic tangent of 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Hyperbolic Arc-Sine [sinh⁻¹ or asinh]
Calculator
Algebraic: ++asinh(value)++
RPN: ++value [sinh⁻¹]++
Returns the hyperbolic arc-sine of 'value'.
Template
++asinh(value)++
Returns the hyperbolic sine of 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Hyperbolic Arc-Cosine [cosh⁻¹ or acosh]
Calculator
Algebraic: ++acosh(value)++
RPN: ++value [cosh⁻¹]++
Returns the hyperbolic arc-cosine of 'value'.
Template
++acosh(value)++
Returns the hyperbolic arc-cosine of 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Hyperbolic Arc-Tangent [tanh⁻¹ or atanh]
Calculator
Algebraic: ++atanh(value)++
RPN: ++value [tanh⁻¹]++
Returns the hyperbolic arc-tangent of 'value'.
Template
++atanh(value)++
Returns the hyperbolic arc-tangent of 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Other
pi [π]
- π (symbol) is a constant of value 3.1415926535897932
- Products often use 'pi' as a replacement for the symbol 'π'. 'pi' in PowerOne has no specific meaning
Convert to Radians [radians]
Calculator
Algebraic: ++radians(value)++
RPN: ++value [radians]++
Returns the radian equivalent of degrees 'value'.
Template
++radians(value)++
Returns the radian equivalent of degrees 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Convert to Degrees [degrees]
Calculator
Algebraic: ++degrees(value)++
RPN: ++value [degrees]++
Returns the degrees equivalent of radian 'value'.
Template
++ degrees(value)++
Returns the degrees equivalent of radian 'value'.
** Details**
• 'value' can either be a number or table where the same is returned
Keywords
-------------
Trigonometric
Trigonometry
Sine
sin()
Cosine
cos()
Tangent
tan()
Arc-Sine
asin()
Arc-Cosine
acos()
Arc-Tangent
atan()
Hyperbolic Sine
sinh()
Hyperbolic Cosine
cosh()
Hyperbolic Tangent
tanh()
Hyperbolic Arc-Sine
asinh()
Hyperbolic Arc-Cosine
acosh()
Hyperbolic Arc-Tangent
atanh()
Secant
sec()
Cosecant
csc()
Cotangent
cot()
Radians
radians()
Degrees
degrees()
pi
π