index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
math.c
Age
Commit message (
Expand
)
Author
2012-06-14
variable name typo fixed
Yukihiro Matsumoto
2012-06-14
make Math module optional
Yukihiro Matsumoto
2012-06-14
Math.log to take optinal second argument
Yukihiro Matsumoto
2012-06-14
add aspec for math.c methods
Yukihiro Matsumoto
2012-06-05
stop introducing Math::TORELANCE
Yukihiro Matsumoto
2012-06-04
Added Math.sqrt() that was missing in math.c, and added relevant test case
Paolo Bosetti
2012-05-17
Minor edits in tests for Math module
Paolo Bosetti
2012-05-17
add mrb_define_singleton_method/mrb_define_module_function
Yukihiro Matsumoto
2012-05-16
Merged MSVC branch
Paolo Bosetti
2012-05-15
Code formatting; Added credits for erf/erfc implementation
Paolo Bosetti
2012-05-15
Added also support for erfc under MSVC
Paolo Bosetti
2012-05-15
Re-added Math finctions not supported under MSVC, and added preprocessor dire...
Paolo Bosetti
2012-05-15
Tested under MSVC by nkshigeru. Minor code formatting
Paolo Bosetti
2012-05-16
fix for MSVC
nkshigeru
2012-05-15
Code formatting; Added credits for erf/erfc implementation
Paolo Bosetti
2012-05-15
Added also support for erfc under MSVC
Paolo Bosetti
2012-05-15
Re-added Math finctions not supported under MSVC, and added preprocessor dire...
Paolo Bosetti
2012-05-15
remove non VC math functions; close #135
Yukihiro Matsumoto
2012-05-14
removed lines the seem not to conform C99
Yukihiro Matsumoto
2012-05-12
Replaced C++ style comments
Paolo Bosetti
2012-05-12
Added src/math.c. Also, edited src/init.c in order to load the Math module.
Paolo Bosetti