summaryrefslogtreecommitdiff
path: root/nuttx/include/cxx/cmath
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/cxx/cmath')
-rw-r--r--nuttx/include/cxx/cmath3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/include/cxx/cmath b/nuttx/include/cxx/cmath
index 55c7c1dcc..b30d5548b 100644
--- a/nuttx/include/cxx/cmath
+++ b/nuttx/include/cxx/cmath
@@ -69,6 +69,7 @@ namespace std
using ::log10f;
using ::log2f;
using ::modff;
+ using ::roundf;
using ::powf;
using ::sinf;
using ::sinhf;
@@ -95,6 +96,7 @@ namespace std
using ::log10;
using ::log2;
using ::modf;
+ using ::round;
using ::pow;
using ::sin;
using ::sinh;
@@ -121,6 +123,7 @@ namespace std
using ::log10l;
using ::log2l;
using ::modfl;
+ using ::roundl;
using ::powl;
using ::sinl;
using ::sinhl;