summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-math/src/math.c
AgeCommit message (Expand)Author
2021-01-26Revert "Minimize the changes in #5277"Yukihiro "Matz" Matsumoto
2021-01-22Minimize the changes in #5277Yukihiro "Matz" Matsumoto
2021-01-11Avoid including `presym.inc` in existing header filesKOBAYASHI Shuji
2020-11-24Move `MRB_NO_FLOAT` detection in `mruby-math`; #5185Yukihiro "Matz" Matsumoto
2020-10-12Integrate `Fixnum` class into `Integer` classdearblue
2020-10-12Rename float configuration option names.Yukihiro "Matz" Matsumoto
2020-10-12Use functions that take symbols to reduce string litrals in C.Yukihiro "Matz" Matsumoto
2019-08-05Use new specifiers/modifiers of `mrb_vfromat()`KOBAYASHI Shuji
2019-07-22Improve conflict error message of `Time` and `Math`; ref #4576Yukihiro "Matz" Matsumoto
2019-07-14Error needed/conflicts configurationdearblue
2019-03-28Use `Mrbtest::FLOAT_TOLERANCE` instead of `Math::TORELANCE`; ref #4345Yukihiro "Matz" Matsumoto
2019-03-28Break loop whem `sum==0` to avoid zero division; ref #4345Yukihiro "Matz" Matsumoto
2019-03-28Use `DBL_EPSILON` instead of `1E-12`; ref #4345Yukihiro "Matz" Matsumoto
2018-12-23Suppress __FreeBSD_version warns for FreeBSDdearblue
2017-09-27fix: mrbgems\mruby-math\src\math.c(660): warning C4244: 'function': conversio...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-math\src\math.c(491): warning C4244: '=': conversion from ...Tomasz Dąbrowski
2015-12-22fix build on VS2012Yasuhiro Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-19Fix check for VisualStudio Version in mruby-math gemPaolo Bosetti
2015-10-21Revert "Mark core gems with mrbgem tag"Seba Gamboa
2015-10-20Remove obvious warnings from docsSeba Gamboa
2015-10-20Mark core gems with mrbgem tagSeba Gamboa
2014-08-22Update math.cbggd
2014-08-15Improve replacement math functions for Visual C++.chasonr
2014-05-02mruby-math: define and use `Math::DomainError`cremno
2014-02-12 mruby-math: remove Cygwin compatibility macroscremno
2013-09-23support freebsd versions without log2 functionJulien Ammous
2013-08-19android doesn't have log2wanabe
2013-06-27Visual Studio 2013 support + strtof + inlineCremno
2013-05-26Add MRB_WORD_BOXING mode (represent mrb_value as a word)kimu_shu
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-03-03Remove trailing whitespaces. This is just a cosmetic change.Masaki Muranaka
2013-02-28mv mrgems/mruby-math to mrbgemsYukihiro Matz Matsumoto