static RealRepresentation |
RealRepresentation.create(double val,
boolean precision) |
Converts the given double number
to a RealRepresentation with the given precision.
|
static RealRepresentation |
RealRepresentation.create(java.lang.Number val) |
Converts the given number
to a RealRepresentation with the natural precision.
|
static RealRepresentation |
RealRepresentation.create(java.lang.Number val,
boolean precision) |
Converts the given high precision representation of a real number
to a RealRepresentation
preserving full precision if so specified.
|
static RealRepresentation |
RealRepresentation.create(java.lang.String val,
boolean precision) |
Converts the given string representation of a real number
to a RealRepresentation with the given precision.
|