Changeset 138 for trunk/sample/miscellaneous/sample_mathematicals.mso
- Timestamp:
- Jan 26, 2007, 3:21:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/miscellaneous/sample_mathematicals.mso
r107 r138 46 46 EQUATIONS 47 47 48 exponential = exp(time );49 log10 = log(time );50 NatLog = ln(time );51 squareRoot = sqrt(time );48 exponential = exp(time/"s"); 49 log10 = log(time/"s"); 50 NatLog = ln(time/"s"); 51 squareRoot = sqrt(time/"s"); 52 52 53 53 OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.