diff src/ov-range.h @ 7638:2df457529cfa

implement expm1 and log1p functions
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 25 Mar 2008 19:47:21 -0400
parents 99c410f7f0b0
children 443a8f5a50fd
line wrap: on
line diff
--- a/src/ov-range.h
+++ b/src/ov-range.h
@@ -291,6 +291,7 @@
   RANGE_MAPPER (erf)
   RANGE_MAPPER (erfc)
   RANGE_MAPPER (exp)
+  RANGE_MAPPER (expm1)
   RANGE_MAPPER (finite)
   RANGE_MAPPER (fix)
   RANGE_MAPPER (floor)
@@ -302,6 +303,7 @@
   RANGE_MAPPER (lgamma)
   RANGE_MAPPER (log)
   RANGE_MAPPER (log10)
+  RANGE_MAPPER (log1p)
   RANGE_MAPPER (real)
   RANGE_MAPPER (round)
   RANGE_MAPPER (roundb)