aboutsummaryrefslogtreecommitdiffstats
path: root/RealCalc.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-11-18Add rational numbersRaymond Hogenson1-7/+26
Now calculations are done to arbitrary precision if possible.
2018-05-25Rename application to hscRaymond Hogenson1-4/+4
It's a more professional name, although pretty stupid. I should spend some time to come up with a good name. On the other hand, it's for "internal use only" so maybe it doesn't matter. Well, also I took the time to GPL it, so I guess the moral is that I'm bored.
2018-05-18Support exponentiationRaymond Hogenson1-0/+6
Haskell might make this overcomplicated, but it's a complicated problem to solve, I suppose. Whatever. It works well.
2018-05-17Add license information to the top of the filesRaymond Hogenson1-0/+19
Thanks Richard Stallman
2018-05-17Write a calculatorRaymond Hogenson1-0/+50
It's pretty nice. It works for what I want. I don't think I have any complaints about its functionality. I'll add new functions as I need them. Haskell is actually really easy to program in. I wonder actually if this would have been easier in Python. I think no.