Subject: | logarithm function returns NaN. atan2 function freezes. |
Date: | Tue, 30 Jun 2015 03:46:01 +0900 |
To: | <bug-bignum [...] rt.cpan.org> |
From: | <shimada_d [...] yahoo.co.jp> |
Hello. I report 2 bugs.
* log() returns NaN.
* atan2() function freezes.
Sample is the following. ------------------------------------------------------------------
$ perl -Mbignum -le "print log(7)"
NaN
$ perl -Mbignum -le "print atan2(7, 2)"
!!!! no return !!!!
-------------------------------------------------------------------------------------------
Environment is the following. -------------------------------------------------------------
$ perl -Mbignum=v
bignum v0.39
Math::BigInt v1.9997 lib => Math::BigInt::Calc v1.9997
Math::BigFloat v1.9997
$ perl -v|perl -p00e"last}{"
This is perl 5, version 22, subversion 0 (v5.22.0) built for MSWin32-x86-multi-thread-64int
-------------------------------------------------------------------------------------------
Thank you.