Encode the specified floating point value into JSON and output the result to the specified stream. Use the optionally-specified options to decide how value is encoded.
Declared in <baljsn_printutil.h>
template<class TYPE>
static
int
printFloatingPoint(
std::ostream& stream,
TYPE value,
EncoderOptions const* options);