-
Round to 24 bit integer (corrected fpint.asm
from AN575) by Nikolai Golovchenko
-
Floating point conversion routine by David Lions
See also:
-
http://home.netcom.com/~fastfwd/answers.html#PIC00063
FP formats
-
PIC flow meter
http://picflow.sourceforge.net/
includes a double-precision floating-point library for the PIC16F877,
including addition, subtraction, division, multiply, square root calculation, and exp() and log() functions,
used to implement
flow computations according to GOST 8.563.* state standards of Russian Federation.
-
http://members.optushome.com.au/yizgarnoff/floatconv.exe
Float to byte representation (and back) utility
-
JavaScript Floating Point Converter
Converts a real number to the 3 bytes of a Microchip 24 bit FP number.
http://ironbark.bendigo.latrobe.edu.au/~rice/lc/fp.html
-
64-bit floating point library
http://ken.webster.org/projects/poscalc/
is live but the source code is missing)
If you find the source code, please post the link here.
-
http://www.al-williams.com/awce/pak1.htm
Floating point math for the Stamp, PIC, SX, or any microcontrollers:
-
http://www.microchip.com
Math
Library Application
Notes
AN575
Floating Point
Archive:
See also:
-
http://picfloat.sourceforge.net Floating point library
for 14bit PIC processors
Full assembler library under 2K size
Contains I/O trig functions,log,exp,pow...etc
40bit and 32bit IEEE formats
Interested:
Questions: