Chromium Code Reviews| Index: corelib/src/num.dart |
| =================================================================== |
| --- corelib/src/num.dart (revision 1661) |
| +++ corelib/src/num.dart (working copy) |
| @@ -24,8 +24,6 @@ |
| bool operator >=(num other); |
| // Predicates. |
| - bool isEven(); |
| - bool isOdd(); |
| bool isNaN(); |
|
cshapiro
2011/11/18 21:14:06
As an aside, these would seem to belong in the dou
srdjan
2011/11/18 22:42:34
As I understand it, this is a problem of num being
|
| bool isNegative(); |
| bool isInfinite(); |