Interface PsyRealNumeric

All Superinterfaces:
PsyAdditive<PsyNumeric>, PsyArithmetic<PsyNumeric>, PsyAtomic, PsyConvertableToInteger, PsyConvertableToIntegral, PsyConvertableToReal, PsyMultiplicative<PsyNumeric>, PsyNumeric, PsyObject, PsyScalar<PsyRealNumeric>
All Known Subinterfaces:
PsyIntegral, PsyRational
All Known Implementing Classes:
PsyBigFraction, PsyBigInteger, PsyFraction, PsyInteger, PsyReal

@Type("realnumeric") public sealed interface PsyRealNumeric extends PsyNumeric, PsyConvertableToInteger, PsyConvertableToIntegral, PsyConvertableToReal, PsyScalar<PsyRealNumeric> permits PsyRational, PsyReal
The representation of realnumeric, an abstraction of real number.