projects
/
rrdtool.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix for HoltWinters phase-shift bug described below.
[rrdtool.git]
/
src
/
rrd_nan_inf.h
1
#define DNAN set_to_DNAN()
2
#define DINF set_to_DINF()
3
4
double set_to_DNAN(
5
void);
6
double set_to_DINF(
7
void);