Changeset 2291
- Timestamp:
- Jun 16, 2011 8:04:29 PM (2 years ago)
- File:
-
- 1 edited
-
forth/lib/isin.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forth/lib/isin.fth
r2260 r2291 43 43 : sin-step ( last divisor -- next ) thetasq swap / times one min one swap - ; 44 44 45 0 [if] 45 [ifdef] notdef 46 46 \ Cos 47 47 \ 1 - t^2/(2) + t^4/(2..4) - t^6/2..6) + t^8/(2..8) … … 78 78 79 79 80 0 [if] 80 [ifdef] notdef 81 81 : reduce-to-quarter-cycle ( -- ) 82 82 \ Move a cycle/4 to the left until negative, then fix
Note: See TracChangeset
for help on using the changeset viewer.
