* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Sep 2012 19:57:32 +0000 (12:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Sep 2012 19:57:32 +0000 (12:57 -0700)
commiteabf0404414f2828c08d1d5d8fab4740670e7541
tree221b650766b415e2c0843ea1db5d5e49d8bacebf
parent0b3b1d23224845e760ad7ef6e316cbac05f54093
* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).

This produces more-accurate results.
src/ChangeLog
src/floatfns.c