]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/src-isv/Arithmetic.mediawiki
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.runtime / src-isv / Arithmetic.mediawiki
index 3613bf136dda161390e5abcaab1b07cfe626f126..5317c2871b594b851604c8867e3c6282379b43db 100644 (file)
@@ -1,63 +1,63 @@
-== Arithmetic ==\r
-\r
-Writing mathematical formulas in SCL is mostly unsurprising.\r
-<pre>0.5*m*v^2 + m*g*h</pre>\r
-\r
-When applying functions, parentheses are not needed around the \r
-parameters and multiple parameters are separated by whitespace:\r
-<pre>sin x + sin y</pre>\r
-<pre>atan2 y x</pre>\r
-\r
-The following mathematical functions are provided in the standard library:\r
-{|\r
-| ^ \r
-| exponentiation\r
-|-\r
-| *, / \r
-| multiplication and division\r
-|-\r
-| div,mod\r
-| integer division and remainder\r
-|-\r
-| +, - \r
-| addition and substraction\r
-|-\r
-| ==, != \r
-| equality and inequality\r
-|-\r
-| <, <=, >=, > \r
-| comparison\r
-|-\r
-| abs \r
-| absolute value\r
-|-\r
-| min, max \r
-| minimum and maximum\r
-|-\r
-| pi \r
-| constant pi\r
-|-\r
-| exp \r
-| exponential function\r
-|-\r
-| log \r
-| natural logarithm\r
-|-\r
-| sqrt \r
-| square root\r
-|-\r
-| sin, cos, tan \r
-| trigonometric functions\r
-|-\r
-| asin, acos, atan \r
-| inverse trigonometric functions\r
-|-\r
-| atan2 \r
-| angle of a point\r
-|-\r
-| sinh, cosh, tanh \r
-| hyberbolic functions\r
-|-\r
-| floor, ceil \r
-| rounding down and up to integer\r
-|}\r
+== Arithmetic ==
+
+Writing mathematical formulas in SCL is mostly unsurprising.
+<pre>0.5*m*v^2 + m*g*h</pre>
+
+When applying functions, parentheses are not needed around the 
+parameters and multiple parameters are separated by whitespace:
+<pre>sin x + sin y</pre>
+<pre>atan2 y x</pre>
+
+The following mathematical functions are provided in the standard library:
+{|
+| ^ 
+| exponentiation
+|-
+| *, / 
+| multiplication and division
+|-
+| div,mod
+| integer division and remainder
+|-
+| +, - 
+| addition and substraction
+|-
+| ==, != 
+| equality and inequality
+|-
+| <, <=, >=, > 
+| comparison
+|-
+| abs 
+| absolute value
+|-
+| min, max 
+| minimum and maximum
+|-
+| pi 
+| constant pi
+|-
+| exp 
+| exponential function
+|-
+| log 
+| natural logarithm
+|-
+| sqrt 
+| square root
+|-
+| sin, cos, tan 
+| trigonometric functions
+|-
+| asin, acos, atan 
+| inverse trigonometric functions
+|-
+| atan2 
+| angle of a point
+|-
+| sinh, cosh, tanh 
+| hyberbolic functions
+|-
+| floor, ceil 
+| rounding down and up to integer
+|}