index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
float.rb
Age
Commit message (
Expand
)
Author
2017-12-13
Skip `test/t/float.rb` tests; ref #3827
Yukihiro "Matz" Matsumoto
2017-03-29
Should raise FloatDomainError
ksss
2015-11-06
fix ambiguous first argument warning
cremno
2015-09-02
Float << and >> should be more compatible to Fixnum
Yukihiro "Matz" Matsumoto
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-03-21
Float#round fix bug for infinity and nan cases
ksss
2014-03-16
float + nil should be raise TypeError
ksss
2014-03-04
Fix Float#divmod.
Tomoyuki Sahara
2014-02-03
add Float#nan?
Tomoyuki Sahara
2013-08-02
I fix order of actual and expect test value in float.rb.
Jun Hiroe
2013-06-14
Fix float parenthese warning
Daniel Bovensiepen
2013-06-14
Improve Float Tests
Daniel Bovensiepen
2012-11-20
Use check_float when testing equality for float values
Xuejie Xiao
2012-08-01
float do not have enough precision to round if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-07-22
add test cases for floor, inifinite?, truncate, ceil, and round
Akira Kuroda
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-19
Finish all Float ISO Tests
Daniel Bovensiepen