DGtal 2.0.0
Loading...
Searching...
No Matches
DGtal::detail::EuclideanDivisionHelper< long double > Struct Reference

#include <DGtal/geometry/tools/determinant/AvnaimEtAl2x2DetSignComputer.h>

Inheritance diagram for DGtal::detail::EuclideanDivisionHelper< long double >:
[legend]

Static Public Member Functions

static double compute (const double &a, const double &b)

Detailed Description

Definition at line 103 of file AvnaimEtAl2x2DetSignComputer.h.

Member Function Documentation

◆ compute()

double DGtal::detail::EuclideanDivisionHelper< long double >::compute ( const double & a,
const double & b )
inlinestatic

Definition at line 105 of file AvnaimEtAl2x2DetSignComputer.h.

106 {
107 return std::floor(a / b);
108 }
Aim: Small stucture that provides a static method returning the Euclidean division of two integers.

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