Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
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.

{
intervalRU::Rounding rounding;
... do some computations with intervalRU
}

Definition at line 227 of file interval_nt.h.


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