|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ATNumeric | |
edu.vub.at.objects | |
edu.vub.at.objects.natives |
Uses of ATNumeric in edu.vub.at.objects |
Subinterfaces of ATNumeric in edu.vub.at.objects | |
interface |
ATFraction
The public interface to a native AmbientTalk fraction (a floating point value). |
interface |
ATNumber
The public interface to an AmbientTalk native number (an integer value). |
Methods in edu.vub.at.objects with parameters of type ATNumeric | |
ATFraction |
ATNumeric.base_expt(ATNumeric pow)
|
ATNumeric |
ATNumeric.base__oppls_(ATNumeric other)
|
ATNumeric |
ATNumeric.base__opmns_(ATNumeric other)
|
ATNumeric |
ATNumeric.base__optms_(ATNumeric other)
|
ATNumeric |
ATNumeric.base__opdiv_(ATNumeric other)
|
ATNumeric |
ATNumeric.base__opltx__opeql__opgtx_(ATNumeric other)
|
ATBoolean |
ATNumeric.base__opltx_(ATNumeric other)
|
ATBoolean |
ATNumeric.base__opgtx_(ATNumeric other)
|
ATBoolean |
ATNumeric.base__opltx__opeql_(ATNumeric other)
|
ATBoolean |
ATNumeric.base__opgtx__opeql_(ATNumeric other)
|
ATBoolean |
ATNumeric.base__opeql_(ATNumeric other)
|
ATBoolean |
ATNumeric.base__opnot__opeql_(ATNumeric other)
|
Uses of ATNumeric in edu.vub.at.objects.natives |
Classes in edu.vub.at.objects.natives that implement ATNumeric | |
class |
NATFraction
The native implementation of an AmbientTalk fraction. |
class |
NATNumber
The native implementation of an AmbientTalk number. |
class |
NATNumeric
A common superclass of both numbers and fractions to factor out common base-level behaviour. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |