Gil_syntax.Constant
GIL Constants
type t =
| Min_float
The smallest float
| Max_float
The largest float
| MaxSafeInteger
2^{53} - 1
| Epsilon
Smallest positive number
| Random
A random number between 0 and 1
| Pi
The number \pi
\pi
| UTCTime
Current UTC time
| LocalTime
Current local time
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val str : t -> string
Printer e^i help
e^i