Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::math::modf_result< T > Struct Template Reference

Result type for the modf operation. More...

#include <math.hpp>

Collaboration diagram for sl::math::modf_result< T >:
[legend]

Public Attributes

integral
 
fraction
 

Detailed Description

template<std::floating_point T>
struct sl::math::modf_result< T >

Result type for the modf operation.

Template Parameters
TUsed floating point type

Member Data Documentation

◆ fraction

template<std::floating_point T>
T sl::math::modf_result< T >::fraction

◆ integral

template<std::floating_point T>
T sl::math::modf_result< T >::integral

The documentation for this struct was generated from the following file: