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

Result type for the remquo operation. More...

#include <math.hpp>

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

Public Attributes

remainder
 
int quo
 

Detailed Description

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

Result type for the remquo operation.

Template Parameters
TUsed floating point type.

Member Data Documentation

◆ quo

template<std::floating_point T>
int sl::math::remquo_result< T >::quo

◆ remainder

template<std::floating_point T>
T sl::math::remquo_result< T >::remainder

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