Changes between Initial Version and Version 1 of Ticket #31409


Ignore:
Timestamp:
Sep 26, 2011, 7:13:50 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31409

    • Property Owner changed from macports-tickets@… to gwright@…
  • Ticket #31409 – Description

    initial v1  
    11ghci does not calculate cosines.
    22
     3{{{
    34$ghci
    45GHCi, version 6.10.4: http://www.haskell.org/ghc/  :? for help
     
    89Prelude> cos pi
    910-Segmentation fault
     11}}}
    1012
    1113if pi is replaced by 3.1415 this also breaks.