| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''CONVERT(n,fu,tu)'''</div><br/> | + | <div style="font-size:30px">'''CONVERT(Number,Fromunit,Tounit)'''</div><br/> |
| | | | |
| − | *<math>n</math> is the value in <math>fu</math>. | + | *<math>Number</math> is the value in <math>Fromunit</math>. |
| − | *<math>fu</math> is the units for the value. | + | *<math>Fromunit</math> is the units for the value. |
| − | *<math>tu</math>is the units for the result. | + | *<math>Tounit</math>is the units for the result. |
| | | | |
| | ==Description== | | ==Description== |
| | *This function converts one unit system to another unit system. | | *This function converts one unit system to another unit system. |
| | *Example:To change the length in kilometer unit to standard unit meter. | | *Example:To change the length in kilometer unit to standard unit meter. |
| − | *<math>fu</math> and <math>tu</math> will accept any units which we need to give in <math>" "</math>(double quotes). <br/> | + | *<math>Fromunit</math> and <math>Tounit</math> will accept any units which we need to give in <math>" "</math>(double quotes). <br/> |
| | This function show the result as Error: | | This function show the result as Error: |
| | #when the input value are incorrect | | #when the input value are incorrect |
| − | #when the <math>fu</math> and <math>tu</math> does not exist | + | #when the <math>Fromunit</math> and <math>Tounit</math> does not exist |
| | #when the units are in not same groups. | | #when the units are in not same groups. |
| | | | |
| Line 20: |
Line 20: |
| | |- | | |- |
| | ! Weight/Mass | | ! Weight/Mass |
| − | ! fu or tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 50: |
Line 50: |
| | |- | | |- |
| | ! Distance | | ! Distance |
| − | ! fu or tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 92: |
Line 92: |
| | |- | | |- |
| | ! Time | | ! Time |
| − | ! Fu or Tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 119: |
Line 119: |
| | |- | | |- |
| | ! Pressure | | ! Pressure |
| − | ! Fu or Tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 138: |
Line 138: |
| | |- | | |- |
| | ! Force | | ! Force |
| − | ! Fu or Tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 157: |
Line 157: |
| | |- | | |- |
| | ! Energy | | ! Energy |
| − | ! Fu or Tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 199: |
Line 199: |
| | |- | | |- |
| | ! Power | | ! Power |
| − | ! fu or tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 214: |
Line 214: |
| | |- | | |- |
| | ! Magnetism | | ! Magnetism |
| − | ! fu or tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 229: |
Line 229: |
| | |- | | |- |
| | ! Temperature | | ! Temperature |
| − | ! fu or tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 248: |
Line 248: |
| | |- | | |- |
| | ! Liquid Measure | | ! Liquid Measure |
| − | ! fu or tu | + | ! Fromunit or Tounit |
| | | | |
| | |- | | |- |
| Line 298: |
Line 298: |
| | |- class="even" | | |- class="even" |
| | !Equation | | !Equation |
| − | ! n | + | ! Number |
| − | ! fu | + | ! Fromunit |
| − | ! tu | + | ! Tounit |
| | ! Result | | ! Result |
| | |- class="odd" | | |- class="odd" |