Advertisement

sqrt?

Started by April 13, 2003 11:51 AM
4 comments, last by kappa 21 years, 10 months ago
this might be a silly question but what does sqrt do?
is that a trick question?

sqrt(9);

this returns 3 - the square route?
Advertisement
aaaah it was a silly question.

didnt now it was typed like that on the computer.
Root, not route
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
Actually, it goes like this:

_asm {    FLD     var    FSQRT    FSTP    var} 
Interests: my money-pit car, computer hardware/programming, anything 3D'93 RX-7
If you do that simple asm manually and don''t FSTP until later, it''s essentially free!

********


A Problem Worthy of Attack
Proves It''s Worth by Fighting Back
spraff.net: don't laugh, I'm still just starting...

This topic is closed to new replies.

Advertisement