Skip to content
Snippets Groups Projects
Commit aacf53c1 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Specialize numeric_limits<adouble>::epsilon()

[[Imported from SVN: r9430]]
parent 25418fb8
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,9 @@ namespace std
return numeric_limits<double>::max();
}
static adouble epsilon() {
return numeric_limits<double>::epsilon();
}
static adouble quiet_NaN() {
return numeric_limits<double>::quiet_NaN();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment