921e5a0eb4
From-SVN: r14840
2 lines
49 B
C
2 lines
49 B
C
double f (double x) { return x == 0 ? x : 0.0; }
|