- Timestamp:
- Mar 15, 2007, 10:11:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/miscellaneous/sample_if_tanh.mso
r182 r217 36 36 A = 10*xif + 5*xelse; 37 37 38 xif = (1 + tanh(B * (time - 3)))/2;39 xelse = (1 - tanh(B * (time - 3)))/2;38 xif = (1 + tanh(B * (time/'s' - 3)))/2; 39 xelse = (1 - tanh(B * (time/'s' - 3)))/2; 40 40 41 41 SET
Note: See TracChangeset
for help on using the changeset viewer.