SoPlex Documentation
Loading...
Searching...
No Matches
float_specs Struct Reference

#include <format.h>

Public Attributes

int precision
 
float_format format: 8
 
sign_t sign: 8
 
bool upper: 1
 
bool locale: 1
 
bool binary32: 1
 
bool use_grisu: 1
 
bool showpoint: 1
 

Detailed Description

Definition at line 1287 of file format.h.

Member Data Documentation

◆ binary32

bool binary32

Definition at line 1293 of file format.h.

Referenced by detail::format_float().

◆ format

float_format format

Definition at line 1289 of file format.h.

Referenced by detail::format_float(), detail::snprintf_float(), and detail::write_float().

◆ locale

bool locale

Definition at line 1292 of file format.h.

◆ precision

int precision

Definition at line 1288 of file format.h.

Referenced by detail::write_float().

◆ showpoint

bool showpoint

Definition at line 1295 of file format.h.

Referenced by detail::format_float(), detail::snprintf_float(), and detail::write_float().

◆ sign

sign_t sign

Definition at line 1290 of file format.h.

Referenced by detail::write_float(), and detail::write_nonfinite().

◆ upper

bool upper

Definition at line 1291 of file format.h.

Referenced by detail::snprintf_float(), detail::write_float(), and detail::write_nonfinite().

◆ use_grisu

bool use_grisu

Definition at line 1294 of file format.h.

Referenced by detail::format_float().