Added qFastSin() and qFastCos() functions.
commit4f7d94ca73556f3a40631ad07f565995f6f85176
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>
Fri, 2 Oct 2009 12:29:16 +0000 (2 14:29 +0200)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>
Fri, 2 Oct 2009 15:57:15 +0000 (2 17:57 +0200)
tree6d9548d37c96e1652216a44c1d861587604236d1
parent5d2f84dc7aa757ea70b0d84b7802feef5515b92e
Added qFastSin() and qFastCos() functions.

The new functions use a lookup table.

Reviewed-by: Trond
src/corelib/kernel/kernel.pri
src/corelib/kernel/qmath.cpp [new file with mode: 0644]
src/corelib/kernel/qmath.h