summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rtl/math.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/math.hxx b/include/rtl/math.hxx
index d67d4aa75a4a..7da30df6832b 100644
--- a/include/rtl/math.hxx
+++ b/include/rtl/math.hxx
@@ -431,7 +431,7 @@ inline bool isValidArcArg(double d)
return fabs(d)
<= (static_cast< double >(static_cast< unsigned long >(0x80000000))
* static_cast< double >(static_cast< unsigned long >(0x80000000))
- * 2);
+ * 4);
}
/** Safe sin(), returns NAN if not valid.