Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

A few facts about Lisp and Haskell

Name: Anonymous 2011-04-18 6:59

Lisp:

* (expt -1 (exp 1))
#C(-0.6332554 0.7739428)


Haskell:

Prelude Data.Complex> (-1) ** exp 1 :: Complex Double
(-0.6332556513148192) :+ (-0.773942685266709)

Name: Anonymous 2011-04-18 16:55

>>57
Alright then! Finally, no moar rage. What do you think of the merge sort. It seems tedious and the whole "keep spreading out the arrays/lists" idea seems too wasteful of space or cycles compared to a quicksort. What do you think?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List