From 8ef6dacb248876b444595a26ea78c35eb07a188b Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 3 May 2016 14:31:40 +0000 Subject: Update result of 123456789 ** -2 * numeric.c: [DOC] Update result of 123456789 ** -2. [ruby-dev:49606] [Bug #12339] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 4f43a754c7..29d5e250e2 100644 --- a/numeric.c +++ b/numeric.c @@ -3645,7 +3645,7 @@ int_divmod(VALUE x, VALUE y) * * 123456789 ** 2 #=> 15241578750190521 * 123456789 ** 1.2 #=> 5126464716.09932 - * 123456789 ** -2 #=> 6.5610001194102e-17 + * 123456789 ** -2 #=> (1/15241578750190521) * */ -- cgit v1.2.3