SF.net SVN: jython:[7279] trunk/jython/src/org/python/modules/math.java

[email protected] Wed, 30 Mar 2011 15:55:44 +0000
Newsgroups gmane.comp.lang.jython.cvs
Message-ID <[email protected]>
Revision: 7279
          http://jython.svn.sourceforge.net/jython/?rev=7279&view=rev
Author:   otmarhumbel
Date:     2011-03-30 15:55:44 +0000 (Wed, 30 Mar 2011)

Log Message:
-----------
removal of a wrong comment

Modified Paths:
--------------
    trunk/jython/src/org/python/modules/math.java

Modified: trunk/jython/src/org/python/modules/math.java
===================================================================
--- trunk/jython/src/org/python/modules/math.java	2011-03-30 15:43:34 UTC (rev 7278)
+++ trunk/jython/src/org/python/modules/math.java	2011-03-30 15:55:44 UTC (rev 7279)
@@ -11,10 +11,6 @@
 import org.python.core.PyObject;
 import org.python.core.PyTuple;
 
-//
-// +++++ test the corner cases for every method again (e.g. test_math_jy.py)
-//
-
 public class math implements ClassDictInit {
     public static PyFloat pi = new PyFloat(Math.PI);
     public static PyFloat e = new PyFloat(Math.E);
@@ -32,7 +28,6 @@
     private static final BigInteger MAX_LONG_BIGINTEGER = new BigInteger(String.valueOf(Long.MAX_VALUE));
     private static final BigInteger MIN_LONG_BIGINTEGER = new BigInteger(String.valueOf(Long.MIN_VALUE));
 
-
     public static void classDictInit(@SuppressWarnings("unused") PyObject dict) {
     }
 
@@ -556,13 +551,11 @@
         }
         return value.longValue();
     }
-    
-    
+
     private static boolean isIntegral(double v) {
         return ceil(v) - v == ZERO;
     }
 
-    
     private static boolean isOdd(double v) {
         return isIntegral(v) && v % TWO != ZERO;
     }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf