|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #49015] atan2 singular cases |
| Date: | Wed, 7 Sep 2016 16:33:01 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 |
Update of bug #49015 (project octave):
Open/Closed: Closed => Open
_______________________________________________________
Follow-up Comment #6:
I can reopen it, doesn't change much.
The basis of Octave's atan2 function is C++ std::atan2, the documentation of
which is here:
http://en.cppreference.com/w/cpp/numeric/math/atan2
The C++ function contains the following summary description:
> Computes the arc tangent of y/x using the signs of arguments to determine
the correct quadrant.
That's pretty much the same wording and spirit as the Octave doc string.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49015>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |