commit | cf682072ce16080ebe199e5055f686d81c8416ce | [log] [tgz] |
---|---|---|
author | nsz <nsz@port70.net> | Tue Mar 27 22:49:37 2012 +0200 |
committer | nsz <nsz@port70.net> | Tue Mar 27 22:49:37 2012 +0200 |
tree | 4a860dae892a57c8c2cf75d82371a915ebf3af3b | |
parent | bbfbc7edaf992abe1d3d09868be07c4c1cc44db7 [diff] |
math: fix a regression in powl and do some cleanups previously a division was accidentally turned into integer div (w = -i/NXT;) instead of long double div (w = -i; w /= NXT;)