summaryrefslogtreecommitdiff
path: root/MLKDoubleFloat.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 19:16:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 19:16:25 +0200
commit29b9ca1a3a9d1f6291af51ab2f6150039b2d5619 (patch)
treeb5ac2d792a8c5ec420f1b7a12d2f5f858c655e27 /MLKDoubleFloat.h
parent10e9a6f9e07aee31eb739187fbc7e065ac369bf4 (diff)
Add a -descriptionForLisp method to all number classes.
Diffstat (limited to 'MLKDoubleFloat.h')
-rw-r--r--MLKDoubleFloat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKDoubleFloat.h b/MLKDoubleFloat.h
index d7dbcd5..ce27ebd 100644
--- a/MLKDoubleFloat.h
+++ b/MLKDoubleFloat.h
@@ -50,4 +50,5 @@
-(MLKFloat *) divideBy:(MLKFloat *)arg;
-(NSString *) description;
+-(NSString *) descriptionForLisp;
@end