Revision abce6607
ID | abce66070b1d3ba10154765b5227d13db10a30bb |
Parent | 8cee904f |
Child | b2d499c7 |
Bug fix for Vector::magnitude()
Sample failure: Vector<1>(0.5).magnitude() returns 1, not 0.5.
The avoid-sqrt optimization is dubious at best, and should arguably
just be removed.
Files
- added
- modified
- copied
- renamed
- deleted