-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* math.c (domain_check): should not raise EDOM exception for NaN
value if operand is also NaN. affects acos, asin, acosh, atanh, log, log2, log10, sqrt, gamma, lgamma. [ruby-dev:37357] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Dec 10, 2008
1 parent
3266ec1
commit 54a722b
Showing
2 changed files
with
49 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Thu Dec 11 02:37:22 2008 Yukihiro Matsumoto <[email protected]> | ||
|
||
* math.c (domain_check): should not raise EDOM exception for NaN | ||
value if operand is also NaN. affects acos, asin, acosh, atanh, | ||
log, log2, log10, sqrt, gamma, lgamma. [ruby-dev:37357] | ||
|
||
Thu Dec 11 02:23:51 2008 Tanaka Akira <[email protected]> | ||
|
||
* lib/open3.rb (Open3.pipeline_start): return an array of threads if a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters