[#fmt-formatter-0f-format-02] = xref:fmt.adoc[fmt]::xref:fmt/formatter-0f.adoc[formatter<folly::reproducible_accumulator<ftype, Fold>>]::format :relfileprefix: ../../ :mrdocs: Formats the accumulator by formatting its native floating‐point value. == Synopses Declared in `<folly/math/ReproducibleAccumulator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FormatContext> FormatContext::iterator xref:fmt/formatter-0f/format-0e.adoc[format]( T const&, FormatContext& ctx) const; ---- [.small]#xref:fmt/formatter-0f/format-0e.adoc[_» more..._]# Formats the accumulator by formatting its native floating‐point value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename FormatContext> auto xref:fmt/formatter-0f/format-06.adoc[format]( xref:folly/reproducible_accumulator-06.adoc[folly::reproducible_accumulator<ftype, Fold>] const& rfa, FormatContext& ctx) const; ---- [.small]#xref:fmt/formatter-0f/format-06.adoc[_» more..._]# == Return Value An iterator past the end of the output. == Parameters [cols="1,4"] |=== | Name| Description | *rfa* | The accumulator to format. | *ctx* | The format context to write to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#