List of mathematical $functions: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:
<tr><td>[[$Exp10|$Exp10(x)]]<td>Get 10's exponent of a number</td></tr>
<tr><td>[[$Exp10|$Exp10(x)]]<td>Get 10's exponent of a number</td></tr>
<tr><td>[[$Gamma|$Gamma(x)]]<td>Gamma function</td></tr>
<tr><td>[[$Gamma|$Gamma(x)]]<td>Gamma function</td></tr>
<tr><td>[[$IxPI|$IxPI(x)]]<td>Integer base, integer exponent</td></tr>
<tr><td>[[$IxpI|$IxpI(x)]]<td>Integer base, integer exponent</td></tr>
<tr><td>[[$LGamma|$LGamma(x)]]<td>Log gamma function</td></tr>
<tr><td>[[$LGamma|$LGamma(x)]]<td>Log gamma function</td></tr>
<tr><td>[[$Log|$Log(x)]]<td>Get natural log of a number</td></tr>
<tr><td>[[$Log|$Log(x)]]<td>Get natural log of a number</td></tr>
Line 30: Line 30:
<tr><td>[[$Min|$Min(x1,x2,x3,x4,x5,x6,x7,x8)]]<td>Return minimum of specified arguments</td></tr>
<tr><td>[[$Min|$Min(x1,x2,x3,x4,x5,x6,x7,x8)]]<td>Return minimum of specified arguments</td></tr>
<tr><td>[[$Pi|$Pi]]<td>Value of pi</td></tr>
<tr><td>[[$Pi|$Pi]]<td>Value of pi</td></tr>
<tr><td>[[$RxPI|$RxPI(x)]]<td>Real base, integer exponent</td></tr>
<tr><td>[[$RxpI|$RxpI(x)]]<td>Real base, integer exponent</td></tr>
<tr><td>[[$RxPR|$RxPR(x)]]<td>Real base, real exponent</td></tr>
<tr><td>[[$RxpR|$RxpR(x)]]<td>Real base, real exponent</td></tr>
<tr><td>[[$Sin|$Sin(x)]]<td>Sine of radian argument</td></tr>
<tr><td>[[$Sin|$Sin(x)]]<td>Sine of radian argument</td></tr>
<tr><td>[[$SinH|$SinH(x)]]<td>Hyperbolic sine</td></tr>
<tr><td>[[$SinH|$SinH(x)]]<td>Hyperbolic sine</td></tr>

Revision as of 18:47, 7 January 2012

As of version 6.9, the Sirius Mods contains the following high-performance, high-precision versions of the IBM mathematical functions available in User Language.

See Notation conventions for methods for information about the conventions followed in the method descriptions.

$FunctionDescription
$Abs(x)Absolute value
$ArcCos(x)Inverse cosine
$ArcSin(x)Inverse sine
$ArcTan(x)Arctangent
$ArcTan2(x,y)Arctangent of x/y
$Cos(x)Cosine of radian argument
$CosH(x)Hyperbolic cosine
$Cotan(x)Cotangent
$Erf(x)Error function
$ErfC(x)Complement error function
$Exp(x)Get natural exponent of a number
$Exp2(x)Get 2's exponent of a number
$Exp10(x)Get 10's exponent of a number
$Gamma(x)Gamma function
$IxpI(x)Integer base, integer exponent
$LGamma(x)Log gamma function
$Log(x)Get natural log of a number
$Log2(x)Get log base 2 of a number
$Log10(x)Get log base 10 of a number
$Max(x1,x2,x3,x4,x5,x6,x7,x8)Return maximum of specified arguments
$Min(x1,x2,x3,x4,x5,x6,x7,x8)Return minimum of specified arguments
$PiValue of pi
$RxpI(x)Real base, integer exponent
$RxpR(x)Real base, real exponent
$Sin(x)Sine of radian argument
$SinH(x)Hyperbolic sine
$Sqrt(x)Square root of positive argument
$Tan(x)Tangent
$TanH(x)Hyperbolic tangent