summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-math
AgeCommit message (Collapse)Author
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
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
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-08-05added Math.cos and Math.tan test casekkkkkt
2014-05-02mruby-math: define and use `Math::DomainError`cremno
Domain errors are detected as per ISO C99 and may differ from CRuby.
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-02-12 mruby-math: remove Cygwin compatibility macroscremno
nan: The first non-test release of Cygwin 1.5.x was over a decade ago: <http://cygwin.com/ml/cygwin-announce/2003-09/msg00001.html> log/log10: This workaround is not needed anymore (1.2.6.1, 1.3 - both over 6 years ago): <https://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_log.c?cvsroot=src>
2013-09-23support freebsd versions without log2 functionJulien Ammous
2013-08-19android doesn't have log2wanabe
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-06-27Visual Studio 2013 support + strtof + inlineCremno
- VC12 has better C99 library support due to C++11 - defined strtof for VC11 or older - define "inline" only if the C compiler is used
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-28Move Math::TOLERANCE to mruby-mathDaniel Bovensiepen
2013-02-28mv mrgems/mruby-math to mrbgemsYukihiro Matz Matsumoto