??
the specs were already there, from rubyspec.
On Wed, May 9, 2012 at 6:12 AM, Roger Pack wrote:
> and the specs...?
>
> --
> Posted via http://www.ruby-forum.com/.
> ___
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.or
and the specs...?
--
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
Added the following pull request
https://github.com/IronLanguages/main/pull/54
This has the following fixes, which are all pretty minor:
* Update Float#<=> to handle overflowed values correctly as per rubyspec
* Update Float#divmod as per rubyspec
* Implement Float#fdiv, which is just an alias