Skip to content

Commit f7249cf

Browse files
authored
Fix #10915: convert literal not representable as double to real (#10919)
1 parent 25a59dd commit f7249cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/internal/math/gammafunction.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ done:
14821482
// essentially double.min-normal.
14831483
assert(isClose(
14841484
betaIncompleteInv(0x1.ff1275ae5b939bcap-41L, 4.6713e18L, 0.0813601L),
1485-
2.225073858507201e-308,
1485+
2.225_073_858_507_201e-308L,
14861486
0,
14871487
1e-40));
14881488

0 commit comments

Comments
 (0)