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 percent: 1
 
bool binary32: 1
 
bool use_grisu: 1
 
bool trailing_zeros: 1
 

Detailed Description

Definition at line 1046 of file format.h.

Member Data Documentation

◆ binary32

bool binary32

Definition at line 1053 of file format.h.

Referenced by internal::format_float().

◆ format

◆ locale

bool locale

Definition at line 1051 of file format.h.

◆ percent

bool percent

Definition at line 1052 of file format.h.

◆ precision

int precision

◆ sign

sign_t sign

◆ trailing_zeros

bool trailing_zeros

Definition at line 1055 of file format.h.

Referenced by float_writer< Char >::prettify(), and internal::snprintf_float().

◆ upper

bool upper

Definition at line 1050 of file format.h.

Referenced by float_writer< Char >::prettify(), and internal::snprintf_float().

◆ use_grisu

bool use_grisu

Definition at line 1054 of file format.h.

Referenced by internal::format_float().