Skip to content

Commit 23f3819

Browse files
authored
Remove superfluous #define in last change
1 parent 5f4b1ea commit 23f3819

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pl-arith.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,6 @@ cr_pow(double base, double exp)
20782078
if ( roundMode != FE_TONEAREST ) fesetround(roundMode);
20792079
return result;
20802080
}
2081-
#define pow(b,e) cr_pow(b,e)
20822081

20832082
// special case for unary erf with bounded by +/- 1.0
20842083
static double

0 commit comments

Comments
 (0)