Changes

Line 437: Line 437:  
☺    - true
 
☺    - true
 
☹  - false
 
☹  - false
 +
 +
 +
// ZOPERATORS
 +
// Polymorphic Operators - Handles Normal JS Types/Scalar/Matrix/High Precision Decimals/Big Integers/Complex/Fractions. Also Units Sensitive
 +
➕ - ZPLUS
 +
➖ - ZMINUS
 +
➗ - ZDIVIDE
 +
✖  - ZMULTIPLY
 +
∆  - ZPOWER
 +
﹪ - ZMOD
 +
 +
Example:
 +
a=1..10;b=2;a ✖ b;
 +
b=(1..10)<>m;b ∆ 3; // Shows Units in Calculations
 +
 +
    
</pre>
 
</pre>
2,824

edits