Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 166 to 166 | ||||||||
Words Using the C Math Library | ||||||||
Changed: | ||||||||
< < | C mathematical functions![]() | |||||||
> > |
FPU support without trigonometric, hyperbolic and exponential functions is not even half the battle. Fortunately there is the GNU C math library. C mathematical functions![]() | |||||||
fsin ( r1 -- r2 ) r2 is the sine of the radian angle r1 | ||||||||
Line: 261 to 262 | ||||||||
RC time constant![]() | ||||||||
Changed: | ||||||||
< < | 2.2n 47k f* fm. 103u ok. | |||||||
> > | 2.2n 47k f* dup fm. 103u ok.
cutoff frequency![]() 2e pi f* f* 1e swap f/ fm. 1.54k ok. | |||||||
Changed: | ||||||||
< < | Mecrisp-Cube has the word f. defined as an assembler routine in fpu.s![]() ![]() ![]() | |||||||
> > | Mecrisp-Cube has the word f. defined as an assembler routine in fpu.s![]() ![]() ![]() ![]() | |||||||
: f. ( r -- ) \ display, with a trailing space, the floating-point number r in fixed-point notation dup f0< if |