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
/
numeric.c
Age
Commit message (
Expand
)
Author
2014-04-26
Refactor fix_xor()
Jun Hiroe
2014-04-26
Refactor fix_or()
Jun Hiroe
2014-04-26
Refactor fix_and()
Jun Hiroe
2014-04-26
Refactor flo_finite_p()
Jun Hiroe
2014-04-16
Refactor fix_to_f in numeric.c
Jun Hiroe
2014-04-16
Refactor lshift in numeric.c
Jun Hiroe
2014-04-16
Refactor fix_shift_get_width in numeric.c
Jun Hiroe
2014-04-15
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-13
avoid function style parens after "return"; ref #2055
Yukihiro "Matz" Matsumoto
2014-04-13
Fix indent in bit_coerce
Jun Hiroe
2014-04-13
Refactor fix_rshift
Jun Hiroe
2014-04-13
Refactor fix_lshift
Jun Hiroe
2014-04-12
Refactor fix_rev
Jun Hiroe
2014-04-12
simplify Fixnum#==
Yukihiro "Matz" Matsumoto
2014-04-12
simplify Numeric#eql?
Yukihiro "Matz" Matsumoto
2014-04-12
remove num_equal() that potentially cause infinite loop
Yukihiro "Matz" Matsumoto
2014-04-11
Numeric#round takes optinal argument; close #2042
Yukihiro "Matz" Matsumoto
2014-03-28
do not use "to_f" to retrieve floats in mrb_get_args(); close #1965
Yukihiro "Matz" Matsumoto
2014-03-21
Float#round fix bug for infinity and nan cases
ksss
2014-03-18
Reduce implicit type casts.
Masaki Muranaka
2014-03-17
Merge pull request #1871 from ksss/numeric-plus
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1872 from ksss/numeric-mul
Yukihiro "Matz" Matsumoto
2014-03-16
float + nil should be raise TypeError
ksss
2014-03-16
fix bug when `0 * other object`
ksss
2014-03-16
fix bug when `0 + other object`
ksss
2014-03-11
add MRB_INT_BIT
cremno
2014-03-08
use NAN and INFINITY
cremno
2014-02-26
resolve conflict
Yukihiro "Matz" Matsumoto
2014-02-25
avoid accessing uninitialized string; ref ac936fc
Yukihiro "Matz" Matsumoto
2014-02-23
move declaration to the top of the block; ref #1727
Yukihiro "Matz" Matsumoto
2014-02-22
preserve significands in float-string conversion
h2so5
2014-02-22
powered num may be infinite in float-string conversion
Yukihiro "Matz" Matsumoto
2014-02-18
mrb_flo_to_str: internal linkage
cremno
2014-02-17
more mrb_flo_to_str fixes
cremno
2014-02-17
use double instead of mrb_float (that may be single precision float) to reduc...
Yukihiro "Matz" Matsumoto
2014-02-17
remove trailing zeros from float string representation
Yukihiro "Matz" Matsumoto
2014-02-17
define FLO_EPSILON depends on float/double
Yukihiro "Matz" Matsumoto
2014-02-17
remove max_digit from mrb_flo_to_str()
Yukihiro "Matz" Matsumoto
2014-02-17
small refactoring; direct return
Yukihiro "Matz" Matsumoto
2014-02-17
use powf() instead of pow() on MRB_USE_FLOAT
Yukihiro "Matz" Matsumoto
2014-02-17
fdigit may be negative due to error if mrb_float is 32bit (e.g. 10**36 on 32b...
Yukihiro "Matz" Matsumoto
2014-02-17
fix mrb_flo_to_str() exponent problem
h2so5
2014-02-15
modify mrb_to_str() in order to display big float number
takkaw
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-06
Merge pull request #1688 from cubicdaiya/issues/unnecessary_semicolon
Yukihiro "Matz" Matsumoto
2014-02-06
remove unnecessary semicolon
cubicdaiya
2014-02-06
use mrb_str_new_lit() more widely
Yukihiro "Matz" Matsumoto
2014-02-03
add Float#nan?
Tomoyuki Sahara
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
[next]