Vl-real
Representation of real (floating point) literals.
This is a product type introduced by defprod.
Fields
- value — stringp
- The actual characters found in the source code, i.e., it might be
a string such as "3.41e+12".
We have almost no support for working with real numbers. You
should probably not rely on our current representation, since we will almost
certainly want to change it as soon as we want to do anything with real
numbers.
Subtopics
- Vl-real-fix
- Fixing function for vl-real structures.
- Vl-real-equiv
- Basic equivalence relation for vl-real structures.
- Make-vl-real
- Basic constructor macro for vl-real structures.
- Change-vl-real
- Modifying constructor for vl-real structures.
- Vl-real->value
- Get the value field from a vl-real.
- Vl-real-p
- Recognizer for vl-real structures.