Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.fortran    |    Putting John Backus on a giant pedestal    |    5,127 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 4,787 of 5,127    |
|    Louis Krupp to Lawrence D'Oliveiro    |
|    Re: Angle Units For Trig Functions (2/2)    |
|    23 Oct 24 05:14:02    |
      [continued from previous message]               style="white-space: pre-wrap">°, it has a rational sine (0.5) that can       also be represented exactly in IEEE floating point. The cosine of       30°, as I'm sure you know, is (in Fortran)       sqrt(3.0) / 2.0, which is irrational and not as obviously correct or incorrect       as the sine of 30°.              Louis                                           |