summaryrefslogtreecommitdiffhomepage
path: root/src/math.c
AgeCommit message (Expand)Author
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