mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:51:02 +00:00
2005-01-18 14:16 Alexander Malmberg <alexander@malmberg.org>
* Source/NSAffineTransform.m (pi): Correct the rounding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
931e7652cc
commit
45e9460fd6
2 changed files with 7 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
*/
|
||||
|
||||
static const float pi = 3.1415926535897932384626433;
|
||||
static const float pi = 3.1415926535897932384626434;
|
||||
|
||||
@implementation NSAffineTransform
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue