Posts

Showing posts from 2010

My current status of Ruby Summer of Code

My project, Decimal , is going well. I made several milestones for the midterm evaluation, and all of them are almost completely done. Note that tarball/gem of the latest decimal's doesn't reflect the work in this summer.  If you want to get the latest features now, please checkout it from its subversion repository of trunk.  (I'll solve this issue soon in upcoming release.) I'll list the milestones up: Implementing Web pages First of all, I made a simple web page.   http://decimal.rubyforge.org/ It might look too simple, but I think this is succinct.  At least it looks even better than the previous. Now you can find out: How to download / install Latest API documents Existence of mailing lists Coding examples Mathematical functions implemented This is the easiest point to understand of current works. I implemented 24 math functions as Decimal::Math. function () , with test cases of course.  Most of them are not in BigDecimal but in Float a