| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-07 | Enlarge tolerance limit for `float32`; close #5329 | Yukihiro "Matz" Matsumoto | |
| Along with some refactoring on `mruby-math` tests. | |||
| 2020-10-12 | Skip some `Math.atan2()` tests. | Yukihiro "Matz" Matsumoto | |
| Linux `atan2(3)` man page says: ``` If y is positive infinity (negative infinity) and x is positive infinity, +pi/4 (-pi/4) is re‐ turned. ``` But on Microsoft VC/MinGW, `atan2()` returns `NaN` if either of arguments is infinite. So we skip those tests on the platforms. | |||
| 2019-12-07 | Add tests to `Math` | KOBAYASHI Shuji | |
| 2019-03-29 | Fix missing assertions in `mruby-math` test | KOBAYASHI Shuji | |
| 2019-03-28 | Use `Mrbtest::FLOAT_TOLERANCE` instead of `Math::TORELANCE`; ref #4345 | Yukihiro "Matz" Matsumoto | |
| 2014-08-05 | added Math.cos and Math.tan test case | kkkkkt | |
| 2013-02-28 | Move Math::TOLERANCE to mruby-math | Daniel Bovensiepen | |
| 2013-02-28 | mv mrgems/mruby-math to mrbgems | Yukihiro Matz Matsumoto | |
