A
Alf P. Steinbach /Usenet
* James Kanze, on 06.09.2010 13:33:
I don't have an 8087 manual any longer, but my little Turbo Assembler Quick
Reference Guide says FSINCOS is "387 and i486 only".
However, it seems that the 8087 did know about PI (that it supported FLDPI),
which is more than even the C++ standard library does today! <g>
I think back in 1978/79 it was pretty advanced just to have floating point
support on chipset for personal computers.
Cheers & hth.,
- Alf
[...]
According to my 8087 manual (Intel 8086 manual, July 1981,
appendix S), the 8087 instruction set did not include FSIN or
FCOS.
The 8087 definitely had some support for trig, since I used it
back then. IIRC, it was in the form of an FSINCOS or FCOSSIN
function, which calculated both sin and cos (over a very limited
range).
My 8087 manual was lost in a move, many, many years ago; if
you've got one and can check it, I'd be curious to know.
I don't have an 8087 manual any longer, but my little Turbo Assembler Quick
Reference Guide says FSINCOS is "387 and i486 only".
However, it seems that the 8087 did know about PI (that it supported FLDPI),
which is more than even the C++ standard library does today! <g>
I think back in 1978/79 it was pretty advanced just to have floating point
support on chipset for personal computers.
Cheers & hth.,
- Alf