ZCubes/Unit Conversions in ZCubes
Jump to navigation
Jump to search
Unit Conversions in ZCubes
ZCubes is a platform that is 'Units Aware'. You can provide the units for specific values, and ZCubes will compute and produce the result, based on the resultant units. This is a powerful feature for the user to save time and effort by not having to write the unit conversion algorithms. ZCubes takes care of this in the computation.
Video
Code
1mi; 1km;
a=2km a<>mi;
a=1..10; b=a<>mi; b<>km;
a=1..10; b=a<>degC; b<>deg F;
a=90deg; SIN(a)
<< Learn ZCubes
© Copyright 1996-2020, ZCubes, Inc.