From 29b9ca1a3a9d1f6291af51ab2f6150039b2d5619 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 22 Jun 2008 19:16:25 +0200 Subject: Add a -descriptionForLisp method to all number classes. --- MLKSingleFloat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKSingleFloat.h') diff --git a/MLKSingleFloat.h b/MLKSingleFloat.h index 138c188..0dbec17 100644 --- a/MLKSingleFloat.h +++ b/MLKSingleFloat.h @@ -47,4 +47,5 @@ -(MLKFloat *) divideBy:(MLKFloat *)arg; -(NSString *) description; +-(NSString *) descriptionForLisp; @end -- cgit v1.2.3