summaryrefslogtreecommitdiffhomepage
path: root/src/math.c
AgeCommit message (Expand)Author
2012-08-01some test requires double precisionYukihiro Matsumoto
2012-08-01add Math::TOLERANCEYukihiro Matsumoto
2012-07-29Remove unnecessary mrb_assoc_new prototypeMax Anselm
2012-07-29Make all(?) void casts explicit for C++Max Anselm
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-14variable name typo fixedYukihiro Matsumoto
2012-06-14make Math module optionalYukihiro Matsumoto
2012-06-14Math.log to take optinal second argumentYukihiro Matsumoto
2012-06-14add aspec for math.c methodsYukihiro Matsumoto
2012-06-05stop introducing Math::TORELANCEYukihiro Matsumoto
2012-06-04Added Math.sqrt() that was missing in math.c, and added relevant test casePaolo Bosetti
2012-05-17Minor edits in tests for Math modulePaolo Bosetti
2012-05-17add mrb_define_singleton_method/mrb_define_module_functionYukihiro Matsumoto
2012-05-16Merged MSVC branchPaolo Bosetti
2012-05-15Code formatting; Added credits for erf/erfc implementationPaolo Bosetti
2012-05-15Added also support for erfc under MSVCPaolo Bosetti
2012-05-15Re-added Math finctions not supported under MSVC, and added preprocessor dire...Paolo Bosetti
2012-05-15Tested under MSVC by nkshigeru. Minor code formattingPaolo Bosetti
2012-05-16fix for MSVCnkshigeru
2012-05-15Code formatting; Added credits for erf/erfc implementationPaolo Bosetti
2012-05-15Added also support for erfc under MSVCPaolo Bosetti
2012-05-15Re-added Math finctions not supported under MSVC, and added preprocessor dire...Paolo Bosetti
2012-05-15remove non VC math functions; close #135Yukihiro Matsumoto
2012-05-14removed lines the seem not to conform C99Yukihiro Matsumoto
2012-05-12Replaced C++ style commentsPaolo Bosetti
2012-05-12Added src/math.c. Also, edited src/init.c in order to load the Math module.Paolo Bosetti