We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ab00d commit f3e9c15Copy full SHA for f3e9c15
flang/include/flang/Common/erfc-scaled.h
@@ -9,6 +9,9 @@
9
#ifndef FORTRAN_COMMON_ERFC_SCALED_H_
10
#define FORTRAN_COMMON_ERFC_SCALED_H_
11
12
+#include <cmath>
13
+#include <limits>
14
+
15
namespace Fortran::common {
16
template <typename T> inline T ErfcScaled(T arg) {
17
// Coefficients for approximation to erfc in the first interval.
0 commit comments