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 28c6919 commit 15fdf02Copy full SHA for 15fdf02
src/main/php/math/BigNum.class.php
@@ -61,7 +61,7 @@ public function floatValue(): float { return (float)$this->num; }
61
* Returns a float representing this bignum
62
*
63
* @deprecated Use floatValue() instead
64
- * @return double
+ * @return float
65
*/
66
public function doubleValue() { return (float)$this->num; }
67
0 commit comments