bigInteger
Section: OATH Reference Manual (3O)
Updated: 26 August 1991
Index
Return to Main Contents
NAME
bigInteger (bigIntegerA, bigIntegerG) - an infinite-precision implementation of integer
SYNOPSIS
#include <oath/bigInteger.h>
DESCRIPTION
The bigInteger is an infinite-precision implementation of integer.
DERIVATION
bigInteger : integer : rational : real : complex : obj
bigInteger is a leaf implementation type (though not currently "leafed", it
will be someday).
STATIC OPERATIONS
- bigIntegerA bigIntegerA:: isa (objA)
-
bigIntegerA::isa(O) returns O if it is truly a bigInteger; otherwise it
returns Nil.
MEMBER OPERATIONS
INTERNAL OPERATIONS
SEE ALSO
OATH(3O), complex(3O), real(3O), rational(3O), integer(3O)
AUTHOR
Brian M. Kennedy (Computer Science Center, Texas Instruments Incorporated)
COPYRIGHT
Copyright (C) 1991 Texas Instruments Incorporated
Permission is granted to any individual or institution
to use, copy, modify, and distribute this software,
provided that this complete copyright and permission notice
is maintained, intact, in all copies and supporting documentation.
Texas Instruments Incorporated provides this software "as is"
without express or implied warranty.
BUGS
The functions lcm and sqrt do not currently work. However, they have been
coded (and should work) and therefore do not generate a warning or error.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- DERIVATION
-
- STATIC OPERATIONS
-
- MEMBER OPERATIONS
-
- INTERNAL OPERATIONS
-
- SEE ALSO
-
- AUTHOR
-
- COPYRIGHT
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 20:37:44 GMT, July 24, 2024