MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / format_float64

Function format_float64

src/repr/src/strconv.rs:351–356  ·  view source on GitHub ↗

Writes an `f64` to `buf`.

(buf: &mut F, f: f64)

Source from the content-addressed store, hash-verified

349
350/// Writes an `f64` to `buf`.
351pub fn format_float64<F>(buf: &mut F, f: f64) -> Nestable
352where
353 F: FormatBuffer,
354{
355 format_float(buf, f)
356}
357
358/// Use the following grammar to parse `s` into:
359///

Callers 3

stringify_datumFunction · 0.85
cast_float64_to_stringFunction · 0.85
encode_textMethod · 0.85

Calls 1

format_floatFunction · 0.85

Tested by

no test coverage detected