GNU Multiple Precision

Table of Contents

The GMP class

Introduction

A GMP number. These objects support overloaded arithmetic, bitwise and comparison operators.

Note:

No object oriented interface is provided to manipulate GMP objects. Please use the procedural GMP API.

GMP
class GMP implements Serializable {
}