Skip to content
Commit 4d09f5a3 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix atan/taylor bug and add atan2/taylor.

qd-fun.lisp:
o Fix issue with atan-qd/taylor for large args. We use the
  relationship atan(x) = pi/2-atan(1/x) for x > 1.
o Add atan2-qd/taylor.  This appears to be much faster than
  atan2-qd/newton. 

timing.lisp:
o Add timing test for atan2-qd.
parent b9a21f1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment