-
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): a new function to check domain error
explicitly for systems that return NaN like FreeBSD. [ruby-core:07019] * math.c (math_acos, math_asin, math_acosh, math_atanh, math_log, math_log10, math_sqrt): use domain_check(). * math.c (math_sqrt): fix documentation flaw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jul 27, 2006
1 parent
41005d4
commit 21f5f47
Showing
2 changed files
with
40 additions
and
27 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,14 @@ | ||
Thu Jul 27 21:19:54 2006 Yukihiro Matsumoto <[email protected]> | ||
|
||
* math.c (domain_check): a new function to check domain error | ||
explicitly for systems that return NaN like FreeBSD. | ||
[ruby-core:07019] | ||
|
||
* math.c (math_acos, math_asin, math_acosh, math_atanh, math_log, | ||
math_log10, math_sqrt): use domain_check(). | ||
|
||
* math.c (math_sqrt): fix documentation flaw. | ||
|
||
Thu Jul 27 22:21:52 2006 Nobuyoshi Nakada <[email protected]> | ||
|
||
* time.c (time_to_s): fixed format mismatch. | ||
|
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