Metis Smart Modeling - Rules
From Metis Documentation
|  (→Formulas) |  (→Formulas) | ||
| Line 236: | Line 236: | ||
| |- | |- | ||
| | 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" | | ||
| - | + | '''Cos''' | |
| | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| - | + | Calculate the angle cosine | |
| | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| - | + | <Result> = Cos(<Angle>) | |
| + | |||
| + | '''Parameter Details''' | ||
| + | |||
| + | <Result>: Real cosine of the specified angle. | ||
| + | |||
| + | <Angle>: Integer or real angle (in degrees) to use. This parameter can have any value: the cosine calculation is performed "modulo 360". | ||
| + | |- | ||
| + | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''CoTan''' | ||
| + | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | Calculate the angle cotangent | ||
| + | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| + | <Result> = CoTan(<Angle>) | ||
| + | |||
| + | '''Parameter Details''' | ||
| + | |||
| + | <Result>: Real cotangent of the specified angle. | ||
| + | |||
| + | <Angle>: Integer or real angle (in degrees) to use. An error occurs if this parameter is set to 0°, 180° or -180°. | ||
| + | |- | ||
| + | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''Exp''' | ||
| + | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | Calculates the exponential of a numeric value | ||
| + | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| + | <Result> = Exp(<Numeric Value>) | ||
| + | |||
| + | '''Parameter Details''' | ||
| + | |||
| + | <Result>: Real exponential sought. | ||
| + | |||
| + | <Numeric Value>: Integer or real numeric value to use. | ||
| + | |- | ||
| + | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''Sin''' | ||
| + | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | Calculate the angle sine | ||
| + | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| + | <Result> = Sin(<Angle>) | ||
| + | |||
| + | '''Parameter Details''' | ||
| + | |||
| + | <Result>: Real sine of the specified angle. | ||
| + | |||
| + | <Angle>: Integer or real angle (in degrees) to use. | ||
| + | |- | ||
| + | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''Tangent''' | ||
| + | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | Calculates the angle tangent | ||
| + | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| + | <Result> = Tangent(<Angle>) | ||
| + | |||
| + | '''Parameter Details''' | ||
| + | |||
| + | <Result>: Real tangent of the specified angle. | ||
| + | |||
| + | <Angle>: Integer or real angle (in degrees) to use. An error occurs if this parameter is set to 90°, -90°, 270° or -270°. | ||
| |- | |- | ||
| | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | ||
| - | + | ??? | |
| | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | ||
| - | + | ??? | |
| | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 0 0" | | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 0 0" | | ||
| - | + | ??? | |
| |- | |- | ||
| |} | |} | ||