
home
history
links from
printable
login
|
|
Convert Script Webb - all rights reserved - ©2004
 |
Author - Russ Webb
Email: rwebb@nthlab.com
Webpage:
Summary: Standard conversion script.
Instructions:
Code:
RPN.2
"Convert"
"_[°F"#'1.8'*#'32'+;
"_°C]"#'32'-#'1.8'/;
"_[°C"#'273.16'-;
"_K]"#'273.16'+;
~
"_[kg"#'.45359237'*;
"_lb]"#'2.204622622'*;
"_[g"#'28.349523123'*;
"_oz]"#'28.349523123'/;
~
"_[m"#'.3048'*;
"_ft]"#'3.280839895'*;
"_[l"#'3.785412'*;
"_gl]"#'.264172'*;
|
|