Floating point irritant

Home

TTT (TrueType tracer)

PalmShot

REALIZE for AutoCAD (G-Code export)

My CNC machinery

PCB Manufacturing

My stepper drivers

Sherline lathe conversion

Image to G-Code conversion

STL to DXF conversion

Historical IBM AT stuff

A few of my homemade clocks


Friends' sites:
Alex Bill Jeff John Michael

About this site

Coming soon?

Email the author:
chris@timeguy.com GPG Public Key

#include <stdio.h>
int main(void) {
	float d=0.0;
	d+=0.1;
	d-=0.1;
	printf("%g\n", d);
	return 0;
}


[æ]