summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
| | | | Reviewed-by: Trust Me
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\ | | | | | | | | Conflicts: dist/changes-4.6.1
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | warning fixes for platforms, where qreal == floatJoerg Bornemann2010-01-111-256/+256
|/ | | | Reviewed-by: thartman
* Compile on Visual Studio 2003Eskil Abrahamsen Blomfeldt2009-10-051-1/+1
| | | | | | Don't add export declaration for the definition of the variable. Reviewed-by: Gunnar
* Added qFastSin() and qFastCos() functions.Kim Motoyoshi Kalland2009-10-021-0/+305
The new functions use a lookup table. Reviewed-by: Trond