BigInt class documentation

Authors

Generated by builder

Contents -

  1. Software documentation for the BigInt class
  2. BigInt functions

Software documentation for the BigInt class

BigInt : NSNumber

Declared in:
BigInt.h
Description forthcoming.

Instance Variables

Method summary

bigIntWithCString: 

+ (BigInt*) bigIntWithCString: (const char*)aString;
Description forthcoming.

bigIntWithLong: 

+ (BigInt*) bigIntWithLong: (long)aVal;
Description forthcoming.

bigIntWithLongLong: 

+ (BigInt*) bigIntWithLongLong: (long long)aVal;
Description forthcoming.

bigIntWithMP: 

+ (BigInt*) bigIntWithMP: (mpz_t)aVal;
Description forthcoming.

bigIntWithUnsignedLong: 

+ (BigInt*) bigIntWithUnsignedLong: (unsigned long)aVal;
Description forthcoming.



Instance Variables for BigInt Class

v

@public mpz_t v;

Value for this object. Public so it can be accessed from others to slightly lower the cost of operations on BigInts.





BigInt functions

LKObjectFromNSInteger

LKObject LKObjectFromNSInteger(NSInteger integer);
Description forthcoming.