From 9c3236394224167b31eeb402fa78928a0e3eb7fe Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 29 Jul 2008 19:56:21 +0200 Subject: Add a non-trivial number of arithmetic methods to number classes. --- MLKSingleFloat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MLKSingleFloat.h') 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 -- cgit v1.2.3