Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::intervalRU::Rounding Struct Reference

Sets FPU rounding mode for using this type of interval. More...

#include <geogram/numerics/interval_nt.h>

Detailed Description

Sets FPU rounding mode for using this type of interval.

Declare one instance at the beginning of a function or bloc of code that uses intervalRU. Do not mix other floating point operations in the bloc.

{
... do some computations with intervalRU
}
Interval arithmetics in round to upper (RU) mode.
Sets FPU rounding mode for using this type of interval.

Definition at line 227 of file interval_nt.h.

Constructor & Destructor Documentation

◆ Rounding()

GEO::intervalRU::Rounding::Rounding ( )
inline

Definition at line 228 of file interval_nt.h.

◆ ~Rounding()

GEO::intervalRU::Rounding::~Rounding ( )
inline

Definition at line 231 of file interval_nt.h.


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