
home
history
links from
printable
login
|
|
Physics Functions Script Webb - all rights reserved - ©2004
 |
Author - Matt Smith
Email: gizmosmith@hotmail.com
Webpage:
Summary: Calculates Gamma from m/s and back.
Instructions: Simply enter the speed in meters/sec and gamma is
calculated for you. Or you can enter your desired gamma and the
appropriate speed to reach that gamma is calculated
Code:
RPN.1
[c]#'300000000';
"Relativity"
"Rel."D'\Physics functions\by Matt Smith'V;
"c m/s"Cc;
~
"_.c->g"V11vv*-s/;
"_m/s->g"V11vv*CcCc*/-s/;
~
"_g->.c"V11vv*/-s;
"_g->m/s"VCc11vv*/-s*;
|
|