fixed
Fixed point number package
- raw README.md
- raw fixed_lmi.scr
- raw fixed_lmi.txt
- raw fixed_sf.f
- raw fixed_vfx.fth
- raw glossary.md
- raw license.txt
- raw package.4th
Glossary
Implied decimal point
PLACES ( n -- )
specify the number of digits behind the decimal point
Number conversion
FIXED ( n|d -- f)
convert single or double length number to fixed point number
Numeric output words
(F.) ( f -- addr len)
convert a fixed point number to a formatted string
F. ( f -- )
display a fixed point number
F.R ( f width -- )
display a fixed point number right justified in a field of specified width
by HeinrichHohl
Versions
Tags
ansforth94, forth-94, lmi-forth, swiftforth, vfx-forth, forth-83, tools, fixed-point-arithmetic
Dependencies
None
Dependents
None