Scippy

SoPlex

Sequential object-oriented simPlex

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(), and basic_writer< Range >::write().

◆ format

◆ locale

bool locale

Definition at line 1051 of file format.h.

Referenced by basic_writer< Range >::write().

◆ percent

bool percent

Definition at line 1052 of file format.h.

Referenced by basic_writer< Range >::write().

◆ precision

◆ 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

◆ use_grisu

bool use_grisu

Definition at line 1054 of file format.h.

Referenced by internal::format_float(), and basic_writer< Range >::write().