MCPcopy Create free account
hub / github.com/PX4/eigen / fmax

Function fmax

test/boostmultiprec.cpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 // The following is needed for std::complex<Real>:
113 Real fabs(const Real& a) { return abs EIGEN_NOT_A_MACRO (a); }
114 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); }
115
116 // some specialization for the unit tests:
117 inline bool test_isMuchSmallerThan(const Real& a, const Real& b) {

Callers 2

predux_max<double2>Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected