Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 705

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 705

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 705

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 705

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/clients/fc00b35069112567fd28baa9a60aff76/web/mediawikidev/includes/MagicWord.php on line 722
Metis Smart Modeling - Rules - Metis Documentation

Metis Smart Modeling - Rules

From Metis Documentation

Jump to: navigation, search
(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" |
-
FUNCTION NAME
+
'''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" |
-
DESCRIPTION
+
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" |
-
SYNTAX
+
<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" |
-
LAST
+
???
| 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" |
-
LAST
+
???
| 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" |
-
LAST
+
???
|-
|-
|}
|}

Revision as of 06:52, 5 April 2011

Personal tools