about summary refs log tree commit diff
path: root/math/test-math-iszero.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer2016-10-211-0/+87
This increases compatibility with C++ code which is forced to compile with _GNU_SOURCE.