summaryrefslogtreecommitdiff
path: root/MLKSingleFloat.h
diff options
context:
space:
mode:
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