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-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