- int64_float64_when(?Int64:integer, ?Float64:float) is det[private]
- Reinterpret-cast between uint64 and float64. For example,
int64_float64(3ff0000000000000,1.0)
.This predicate delays until either
Int64
orFloat64
is sufficiently instantiated.There is also a non-delayed uint64_int64/2