1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rexml
nobu dfe91fcd08 numeric.c: round to nearest even
* numeric.c (flo_round, int_round): support round-to-nearest-even
  semantics of IEEE 754 to match sprintf behavior, and add `half:`
  optional keyword argument for the old behavior.
  [ruby-core:76273] [Bug #12548]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-11-05 09:49:39 +00:00
..
dtd Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
formatters Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
light Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
parsers Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
validation Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
attlistdecl.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
attribute.rb * lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrong 2016-07-22 01:39:49 +00:00
cdata.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
child.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
comment.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
doctype.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
document.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
element.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
encoding.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
entity.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
functions.rb numeric.c: round to nearest even 2016-11-05 09:49:39 +00:00
instruction.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
namespace.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
node.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
output.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
parent.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
parseexception.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
quickpath.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
rexml.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
sax2listener.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
security.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
source.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
streamlistener.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
syncenumerator.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
text.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
undefinednamespaceexception.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xmldecl.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xmltokens.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xpath.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xpath_parser.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00