Pecunia 0.9.0-alpha.22
Library using the ISO-4217 currency standard & a fixed monetary unit size
Loading...
Searching...
No Matches
pecunia::RealNumber Struct Reference

Represents the constituent parts of a real number. More...

#include <FloatingPoint.hpp>

Collaboration diagram for pecunia::RealNumber:

Public Attributes

FloatingPoint fraction_
 The fractional portion of a real number.
 
FloatingPoint whole_
 The whole portion of a real number.
 

Detailed Description

Represents the constituent parts of a real number.

Member Data Documentation

◆ fraction_

FloatingPoint pecunia::RealNumber::fraction_

The fractional portion of a real number.

◆ whole_

FloatingPoint pecunia::RealNumber::whole_

The whole portion of a real number.