mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[m] Lots of Doxygen fixes/additions - thanks to lfxGroove
This commit is contained in:
parent
b134615f92
commit
c94dbc84c2
960 changed files with 5905 additions and 6171 deletions
|
|
@ -1556,13 +1556,13 @@ inline void operator delete[](void*, void*) { /* Do nothing */ }
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_RINT
|
||||
/*
|
||||
/**
|
||||
All integers up to this number can be represented exactly as double precision
|
||||
values (DBL_MANT_DIG == 53 for IEEE 754 hardware).
|
||||
*/
|
||||
#define MAX_EXACT_INTEGER ((1LL << DBL_MANT_DIG) - 1)
|
||||
|
||||
/*
|
||||
/**
|
||||
rint(3) implementation for platforms that do not have it.
|
||||
Always rounds to the nearest integer with ties being rounded to the nearest
|
||||
even integer to mimic glibc's rint() behavior in the "round-to-nearest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue