Handbook
Glossary
write-double ( real: float -- )
Vocabulary
bson
.
private
Inputs
real
a
float
Outputs
None
Definition
USING:
math
typed
;
IN:
bson.private
TYPED:
write-double
( real: float -- )
double>bits
INT64-SIZE
write-le
;
inline