summaryrefslogtreecommitdiff
path: root/MLKDoubleFloat.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 11:32:38 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 11:32:38 +0200
commite60a004c48a14d0b5bb109fe7be5552643289925 (patch)
tree714922c11b5c65832054a01f6fc53158f57104e8 /MLKDoubleFloat.h
parentcddf492efdf7e44b26a0093fced5673a78c2fd28 (diff)
Add classes MLKDoubleFloat and MLKSingleFloat.
Diffstat (limited to 'MLKDoubleFloat.h')
-rw-r--r--MLKDoubleFloat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKDoubleFloat.h b/MLKDoubleFloat.h
index b915584..d7dbcd5 100644
--- a/MLKDoubleFloat.h
+++ b/MLKDoubleFloat.h
@@ -38,6 +38,9 @@
exponent:(NSString *)exponent
exponentNegative:(BOOL)exponentNegative;
+-(MLKDoubleFloat *) initWithDouble:(double)aDouble;
++(MLKDoubleFloat *) doubleFloatWithDouble:(double)aDouble;
+
-(float) floatValue;
-(double) doubleValue;