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
/
math.rb
Age
Commit message (
Collapse
)
Author
2013-02-28
Pluggable Math
mattn
2012-11-19
Restore accidentally deleted erfc(1) test
Xuejie Xiao
2012-11-19
Fix provided implementation of erf and erfc functions.
Xuejie Xiao
2012-08-01
some test requires double precision
Yukihiro Matsumoto
2012-06-21
only execute math tests if math feature is activated
Daniel Bovensiepen
2012-06-21
Skip math test in case that Math isn't implemented
Daniel Bovensiepen
2012-06-04
Added Math.sqrt() that was missing in math.c, and added relevant test case
Paolo Bosetti
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-19
Finish all Float ISO Tests
Daniel Bovensiepen
2012-05-17
Added some tests for Math module. Some refactoring in math.c; numeric ↵
Paolo Bosetti
tolerance exported as Math::TOLERANCE and also used for fuzzy tests in mrbtest suite
2012-05-17
Minor edits in tests for Math module
Paolo Bosetti
2012-05-16
Added some tests for trig functions in Math module. Also, tests are made ↵
Paolo Bosetti
against a tolerance on Floats
2012-05-16
Add Math Test for new implementation
Daniel Bovensiepen