TGTGInsighttelegram intelligenceLIVE / telegram public index
← 💊今天份的微软药丸
💊今天份的微软药丸 avatar

TGINSIGHT POST

Post #17229

@macroshit

💊今天份的微软药丸

Views1,110帖子阅读量
发布7月3日2025/07/03 11:32
Post content

帖子内容

特定 Windows 11 Insider 版本中存在 bug,导致部分编程语言计算 -1 的平方为 -1。 - 一位 osu! 贡献者向 dotnet 报告称,在 Windows 11 Build 27881.1000 版本中, 有用户报告 C# 的 Math.Pow(-1, 2) 结果为 -1(应为 1),而自己测试发现 C++ std::pow(-1, 2) 也为 -1。 - dotnet 维护者称这是上游 uCRT 库的 bug,在一周前被报告并修复;修复将在未来的 Insider 版本中发布。 gh:dotnet/runtime#117233 #MathPow#Windows