Code Examples
A repository of 155 code examples for BeepBeep
network.httppush.twinprimes.BigIntegerFunctions Class Reference

Contains a few utility functions for manipulating Java's BigInteger objects. More...

Classes

class  BigIntegerAdd
 Adds two BigIntegers.
 
class  BigIntegerToString
 Converts a BigInteger into a string.
 
class  IncrementBigInteger
 Increments a BigInteger by a specific value.
 
class  IsPrime
 Checks if a BigInteger is prime.
 
class  StringToBigInteger
 Converts a string into a BigInteger.
 

Detailed Description

Contains a few utility functions for manipulating Java's BigInteger objects.

Author
Sylvain Hallé

Definition at line 31 of file BigIntegerFunctions.java.


The documentation for this class was generated from the following file: