summaryrefslogtreecommitdiff
path: root/MLKSingleFloat.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-29 19:56:21 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-29 19:56:21 +0200
commit9c3236394224167b31eeb402fa78928a0e3eb7fe (patch)
treedc76fdd35091dba953e62e1d737701292bb6f26d /MLKSingleFloat.h
parent5df0d8d27dae228d9568de691ca434194170d1ac (diff)
Add a non-trivial number of arithmetic methods to number classes.
Diffstat (limited to 'MLKSingleFloat.h')
-rw-r--r--MLKSingleFloat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKSingleFloat.h b/MLKSingleFloat.h
index 2a4fca6..789dd25 100644
--- a/MLKSingleFloat.h
+++ b/MLKSingleFloat.h
@@ -46,6 +46,9 @@
-(MLKNumber *) multiplyWith:(MLKNumber *)arg;
-(MLKNumber *) divideBy:(MLKNumber *)arg;
+-(NSComparisonResult) compare:(MLKSingleFloat *)arg;
+-(BOOL) isEqual:(id)arg;
+
-(NSString *) description;
-(NSString *) descriptionForLisp;
@end