87e3aec84d13f179fe56a24243baf0f9b55ac87c
|
2015-02-24 |
* test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0) and move #test_cbrt to more proper place. |
1765438110f5e01e42f50d4ca107cae66964093f
|
2015-02-24 |
* test/ruby/test_math.rb: Use assert_infinity instead of assert_equal(1.0/0, ...). |
0c3a0d6588c6fe44d43edbc54d3f92553a5a1705
|
2015-02-24 |
* lib/cmath.rb (log): raise ArgumentError when more than 2 arguments are passed. [ruby-core:66143] [Bug #10487] |
972713cee1267c022483a8c6d6ccf713b6c3889d
|
2015-03-03 |
* math.c (num2dbl_with_to_f): direct casting from Rational to double. [Feature #10909] |
b5f8aec516533c32bfb296f8315ba2c64d4cf43e
|
2015-03-03 |
* test/ruby/test_math.rb: add tests for the above change. |
1d00e40e0cf48ad25c35fa77c54e7dd1571bca23
|
2015-03-04 |
* test/ruby/test_math.rb (assert_float_and_int): Refactor test cases by introducing assert_float_and_int. [misc #10810] |
55473aea5c14316c11d6b66f5800f53c8aece8bb
|
2015-03-05 |
* math.c: refactoring: remove unnecessary variable d0 to unify code appearance. |
744a858bd2adb01cb2aca143a1063ff3bdadfaed
|
2015-03-05 |
* hash.c: [DOC] #delete method actually returns nil, if the key is not found. [fix GH-844][ci skip] Patch by @ivdma |
ffe896c3cb0872baf301a5c21b90059f33d3d7a0
|
2015-03-14 |
* enum.c: [DOC] Fixes Enumerable#member? documentation [fix GH-756][ci skip] Patch by @shamanime |
0e749ddedc100e88dad9fb367ade2e56bbf8f785
|
2015-03-14 |
* math.c (math_gamma): optimization for passed small integer. |
09d9d913c05a99ec972cfca4fce80ac46e6e8965
|
2015-03-14 |
* math.c (math_gamma): explicit cast to double. |
717bc13d29812b038bd37f8f405df73658e0e1a1
|
2015-03-14 |
* math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE. specify the size of the fact_table. |
ef8537bc9e0ec9cc4e711e17155e2ade272dfa1f
|
2015-03-15 |
* math.c (math_cbrt): [DOC] Fix domain and codomain. |
97c2a91704c659852388bac2897b0e9c362d1b23
|
2015-03-15 |
* test/ruby/test_proc.rb: Fix typo signle -> single [fix GH-852][ci skip] Patch by @hanachin |
1bbdb76e168d05511b8e18d83a037cc2aac158c1
|
2015-03-15 |
* test/ruby/test_lambda.rb: Fix typo yeild -> yield [fix GH-851][ci skip] Patch by @hanachin |
dc37d6dababaf1947d9395ba0610097821906791
|
2015-03-16 |
* math.c (math_log1, math_log2, math_log10): refactoring and tests for this. |
9f2922bdcd27453bf5814f4d8703ee55635ed033
|
2015-03-21 |
complex.c: [DOC] mention about Complex literal. |
c9592384450b7ac21a69d454d92bb8b65cb40b17
|
2015-03-24 |
* complex.c (k_inexact_p, k_exact_zero_p): use k_exact_zero_p macro to remove k_inexact_p macro. |
cf204a8943a6f773366c1244d2c80500570831b0
|
2015-03-24 |
* complex.c (k_exact_one_p): remove unused macro k_exact_one_p. |
85147e903abe7af170cdc0ad6f9529a7bc2db132
|
2015-04-22 |
* test/ruby/test_object.rb: add tests for Kernel#String and Kernel#Array. [fix GH-879][fix GH-880] Patch by @yui-knk |
2351d88f5116aafe58b7fb8b2d74be224fa9012a
|
2015-06-01 |
lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907] |
8305152dc00934a6fc79f30aa0ad6e34bb01a332
|
2015-06-01 |
enum.c: [DOC] Fix typo [ci skip][Fix GH-904] Patch provided by @jwworth |
900931cc7afc6d77bcea72fc011ca6b16ae2d490
|
2015-06-01 |
test/ruby/test_complex.rb: Add test for CMath.log2 |
843019f4a0770bbbb993a0c0e12e3219f38522ab
|
2015-06-06 |
* lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162] Patch provided by @davydovanton |
e0934947d3b5403ee51b0809c4b6c139eb99500a
|
2015-06-06 |
* lib/cmath.rb: [DOC] Documentation improvements [ci skip] |
3eb63250abfe47f3749b5b12b97e946f4a92d7d0
|
2015-06-06 |
* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rb |
1781c4c1e1d73b932fa96cef6e72820557024601
|
2015-06-10 |
* Fix typo. Patch by @davydovanton [Fix GH-928][ci skip] |
fcf7d234fb6ac35e389cc7f8346e18e6b513529e
|
2015-06-10 |
* test/test_cmath.rb: Add assertions for error handling. |
4ddbc83c910dd62e1faffce0258d264296e372a9
|
2015-06-10 |
* test/test_cmath.rb: Add assertions for trigonometric functions. |
4770fedf7ad22c066267643764c807406b631de9
|
2015-06-13 |
* test/test_cmath.rb: Adding parens to suppress warnings. |
0765fcf8334b574ddf4d94c8be61797dab195dc4
|
2015-11-06 |
* array.c: clarifies Array#reject! documentation. [fix GH-894][ci skip] Patch by @GxSplinter |
74ae4ae2918c815345b9039af3af2a28b8399628
|
2015-11-06 |
* lib/cmath.rb: methods which has suffix '!' are now deprecated. |