Changes

Jump to navigation Jump to search
no edit summary
Line 9: Line 9:     
==Code==
 
==Code==
1mi;
+
<br/>1mi              
1km;
+
<br/>--> displays 1 mi as output
   −
a=2km
+
<br/>1km
a<>mi;
+
<br/>--> displays 1 km as output
   −
a=1..10;
+
<br/>a=2km
b=a<>mi;
+
<br/>a<>mi
b<>km;
+
<br/>-->displays 1.2427423844746681mi as output
   −
a=1..10;
  −
b=a<>degC;
  −
b<>degF;
     −
a=90deg;
+
Unit conversions on array of numbers :
SIN(a)
+
<br/>a=1..10;
 +
<br/>b=a<>mi
 +
<br/>b<>km
 +
<br/>--> displays the converted items of 1mi,2mi,......10mi into km
 +
 
 +
<br/>a=1..10;
 +
<br/>b=a<>degC (type degC and 'Shift+Space' to get symbol)
 +
<br/>b<>degF
 +
<br/>--> displays the converted items of 1degC,2degC,......10degC into degF
 +
 
 +
<br/>a=90deg;
 +
<br/>SIN(a)
 +
<br/>-->First, degrees is converted to rad and then SIN(a) is performed to get an output '1'.
 +
 
     
writer
2,661

edits

Navigation menu