Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード スニペット:
Math.pow(10,20)+20000 == Math.pow(10,20) + 10000
true と評価されます。これはJSのバグですか?