|
Jatha Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LispReal | |
---|---|
org.jatha | |
org.jatha.dynatype |
Uses of LispReal in org.jatha |
---|
Methods in org.jatha that return LispReal | |
---|---|
LispReal |
Jatha.makeReal()
|
LispReal |
Jatha.makeReal(double value)
|
LispReal |
Jatha.makeReal(Double value)
Creates an instance of LispReal initialized with the given value. |
LispReal |
Jatha.makeReal(float value)
|
LispReal |
Jatha.makeReal(Float value)
|
Uses of LispReal in org.jatha.dynatype |
---|
Classes in org.jatha.dynatype that implement LispReal | |
---|---|
class |
StandardLispReal
|
Fields in org.jatha.dynatype declared as LispReal | |
---|---|
(package private) LispReal |
StandardLispHashTable.DEFAULT_REHASH_SIZE
Default rehash size is 1.2. |
(package private) LispReal |
StandardLispHashTable.DEFAULT_REHASH_THRESHOLD
Default rehash threshold is 640777/999999. |
Methods in org.jatha.dynatype that return LispReal | |
---|---|
static LispReal |
LispValueFactory.makeReal(Jatha lisp)
Deprecated. Use the same method on the Jatha class instead |
static LispReal |
LispValueFactory.makeReal(Jatha lisp,
double value)
Deprecated. Use the same method on the Jatha class instead |
static LispReal |
LispValueFactory.makeReal(Jatha lisp,
Double value)
Deprecated. Use the same method on the Jatha class instead |
static LispReal |
LispValueFactory.makeReal(Jatha lisp,
float value)
Deprecated. Use the same method on the Jatha class instead |
static LispReal |
LispValueFactory.makeReal(Jatha lisp,
Float value)
Deprecated. Use the same method on the Jatha class instead |
|
Jatha Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |