Changes

Jump to navigation Jump to search
468 bytes added ,  03:11, 2 February 2020
Line 879: Line 879:  
| planck temperature || 1.41683385e32 K  
 
| planck temperature || 1.41683385e32 K  
 
|}
 
|}
 +
 +
==Switching Units On and Off==
 +
 +
To switch on units based computation, in z^3 languages, the operators can be modified to be units aware simply wrapping it in <>. For example, <+> adds two values with units, in a units aware manner.
 +
 +
The command
 +
 +
units.on
 +
 +
also can be used to switch on the units mode, where + can automatically mean <+> until another line containing
 +
 +
units.off
 +
 +
is found.
 +
 +
<pre>
 +
units.on;
 +
e:=m*%c^2;
 +
units.off;
 +
f:=m*%c^2;
 +
[e(3kg),f(3kg)]
 +
<pre>
    
==MORE==
 
==MORE==
 +
    
/* THESE ARE BEING DOCUMENTED NOW */
 
/* THESE ARE BEING DOCUMENTED NOW */
2,824

edits

Navigation menu