Metis Smart Modeling - Rules
From Metis Documentation
(→Formulas) |
(→Formulas) |
||
Line 160: | Line 160: | ||
<Result> = IntegerPart(<Number>) | <Result> = IntegerPart(<Number>) | ||
- | Parameter Details | + | '''Parameter Details''' |
<Result>: Real decimal part sought. Corresponds to the largest integer smaller than or equal to <Number>. | <Result>: Real decimal part sought. Corresponds to the largest integer smaller than or equal to <Number>. | ||
Line 180: | Line 180: | ||
<Exponent>: Integer or real exponent. | <Exponent>: Integer or real exponent. | ||
+ | |- | ||
+ | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | '''Root''' | ||
+ | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | Calculates the root of a number | ||
+ | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | <Result> = Root(<Number> [,<Root Factor>]) | ||
+ | |||
+ | '''Parameter Details''' | ||
+ | |||
+ | <Result>: Real root of the number. | ||
+ | |||
+ | <Number>: Integer or real number to use. | ||
+ | |||
+ | <Root Factor>: Integer or real factor of the root (2 for a square root, 3 for a cubic root, ...). If this parameter is not specified, the square root of <Number> is returned. | ||
+ | |- | ||
+ | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | '''Log''' | ||
+ | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | Calculates the logarithm of a numeric value (integer or real) | ||
+ | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | <Result> = Log(<Numeric Value>) | ||
+ | |||
+ | '''Parameter Details''' | ||
+ | |||
+ | <Result>: Real decimal logarithm sought. | ||
+ | |||
+ | <Numeric Value>: Integer or real numeric value to use. An error occurs if this parameter is a negative number or a null number. | ||
+ | |- | ||
+ | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | '''ArcSin''' | ||
+ | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | Calculates the arc sine of a numeric value (integer or real) | ||
+ | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | <Result> = ArcSin(<Numeric Value>) | ||
+ | |||
+ | '''Parameter Details''' | ||
+ | |||
+ | <Result>: Real arc sine (angle in degrees of the sine) of the specified numeric value, found in the [-90, 90] interval. | ||
+ | |||
+ | <Numeric Value>: Integer or real numeric value (sine) to use. This value must be found in the [-1,1] interval. Otherwise, an error occurs. | ||
+ | |- | ||
+ | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | '''ArcTan''' | ||
+ | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | Calculates the arc tangent of a numeric value (integer or real) | ||
+ | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | <Result> = ArcTan(<Numeric Value>) | ||
+ | |||
+ | '''Parameter Details''' | ||
+ | |||
+ | <Result>: Real arc tangent (angle in degrees of the tangent) of the specified numeric value, included in the [-90,90] interval (excluding bounds). | ||
+ | |||
+ | <Numeric Value>: Integer or real numeric value (tangent) to use. | ||
|- | |- | ||
| width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | |