summaryrefslogtreecommitdiff
path: root/MLKInteger.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInteger.h')
-rw-r--r--MLKInteger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKInteger.h b/MLKInteger.h
index 57687b4..c651bab 100644
--- a/MLKInteger.h
+++ b/MLKInteger.h
@@ -34,11 +34,13 @@
-(MLKInteger *) initWithString:(NSString *)string
negative:(BOOL)negative
base:(unsigned int)base;
+-(MLKInteger *) initWithInt:(int)intValue;
+(MLKInteger *) integerWithMPZ:(mpz_t)mpz;
+(MLKInteger *) integerWithString:(NSString *)string
negative:(BOOL)negative
base:(unsigned int)base;
++(MLKInteger *) integerWithInt:(int)intValue;
-(int) intValue;