Difference between revisions of "ZCubes/Universal Constants and Unit Conversions"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "==Universal Constants and Unit Conversions== <br/> All the Universal constants or Physical/Chemical constants such as ‘Gravitational constant’, ‘Speed of light’, ‘Av...")
 
Line 9: Line 9:
  
  
 +
==Code==
 +
E:= m*%c^2
 +
E(2)
 +
 +
F:=m *%g;
 +
F(2)
 +
 +
E:=m*%c^2
 +
E(2kg)<>J
  
 
<<[[Learn_ZCubes | Learn ZCubes ]]
 
<<[[Learn_ZCubes | Learn ZCubes ]]
 
<br/>
 
<br/>
 
&copy; Copyright 1996-2020, ZCubes, Inc.
 
&copy; Copyright 1996-2020, ZCubes, Inc.

Revision as of 04:57, 11 May 2020

Universal Constants and Unit Conversions


All the Universal constants or Physical/Chemical constants such as ‘Gravitational constant’, ‘Speed of light’, ‘Avogadro’s number’ etc are available in ZCubes in a way they can be used in functions. This video demonstrates how to use these constants in Z programming or spreadsheet computations using easy notations. ZCubes handles computations with ‘Units’ which is extremely useful in scientific computations.

Video


Universal Constants and Unit Conversions















Code

E:= m*%c^2

E(2)

F:=m *%g;

F(2)

E:=m*%c^2

E(2kg)<>J

<< Learn ZCubes
© Copyright 1996-2020, ZCubes, Inc.