Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    5a450590
    o Remove some unused constants · 5a450590
    rtoy authored
    o Fix a typo in a docstring.
    o Fix DD-COMPLEX-ASIN again:
      - The previous fix for asin(-2) being wrong actually broke the case
        for asin(2).  Revert that.
      - The issue was that in our explicitly handling of the atan(y/0)
        case we didn't take into account the sign y and 0.  Fix that.
    5a450590
    History
    o Remove some unused constants
    rtoy authored
    o Fix a typo in a docstring.
    o Fix DD-COMPLEX-ASIN again:
      - The previous fix for asin(-2) being wrong actually broke the case
        for asin(2).  Revert that.
      - The issue was that in our explicitly handling of the atan(y/0)
        case we didn't take into account the sign y and 0.  Fix that.