<< Man are some of you off base. The Z80, we are talking an old 8 bit CPU here. It did have a couple of extended registers to give you 16 bit registers.
No FPU. (You've got to be dreaming to think it had one.)
No multiplication
No division either.
I'm sure you can find libraries out there to do arithemetic. Mul and division are fairly simple. Getting fast floting point arithmetic is tricky, so don't try and do it yourself.
I thought the CPU went
4040
8080
8086
The Z80 was a seperate CPU, similar to the 8080, but beats me which came out first. >>
you're right, the Z80 was a copy of the 8086, just made by another company (I forget the name...tempted to say Texas Instruments (which would make sense in a TI-86), but I also thought it started with a 'Z'). None the less if you're in for a fun project, the Z80 can be found for about $1/each - make your own motherboard? I imagine it shouldn't be 'too' complex.