]> git.mxchange.org Git - flightgear.git/commit
Use sqrt(x) and x*x instead of pow(x, 0.5) and pow(x, 2.0)
authorehofman <ehofman>
Fri, 27 Jun 2003 21:29:48 +0000 (21:29 +0000)
committerehofman <ehofman>
Fri, 27 Jun 2003 21:29:48 +0000 (21:29 +0000)
commit455b2b3a913f5fbbc463750dcb125396526de288
treeab1fb5c56ea193dc86e1d586443df461e2558303
parentb6f87921cd936cbce8c03b0d446f36bf79200d06
Use sqrt(x) and x*x instead of pow(x, 0.5) and pow(x, 2.0)
src/Time/light.cxx