const fmt = new Intl.NumberFormat("ja-JP",{ notation: "compact", }) fmt.format(BigInt(64 ** 8) ) // => "281å " ã¨ãããããã£ããæ°å¤ãåºãããã¨ãã«ã¨ã¦ã便å©ãæé«ããã ãªãã·ã§ã³ãçµã¿åããã 詳ããã¯ä¸è¨MDNã詳ãããããã®ä»ãªãã·ã§ã³ã¨çµã¿åããããã¨ã§è²ã 調æ´ãå¯è½ã // ä½ãè¨å®ããªãã¨ããæãã«å°æ°ç¹è¨ç®ãã¦ããã new Intl.NumberFormat("ja-JP",{ notation: "compact"}).format(BigInt(433333333)) // => "4.3å" // å°æ°ç¹è¡¨è¨ããããããªããã°maximumFractionDigitsã0ã«ãã new Intl.NumberFormat("ja-JP",{ notation


{{#tags}}- {{label}}
{{/tags}}