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.
2 parents 6999c31 + 600d90d commit 2908546Copy full SHA for 2908546
stdlib/public/Platform/msvcrt.swift
@@ -84,3 +84,6 @@ public let DBL_MIN = Double.leastNormalMagnitude
84
@available(swift, deprecated: 3.0, message: "Please use 'Double.leastNonzeroMagnitude' or '.leastNonzeroMagnitude'.")
85
public let DBL_TRUE_MIN = Double.leastNonzeroMagnitude
86
87
+public let M_LN2 = ucrt.M_LN2
88
+public let M_LOG10E = ucrt.M_LOG10E
89
+public let M_2_SQRTPI = ucrt.M_2_SQRTPI
0 commit comments