We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScriptの演算をそのまま使っているためすべて浮動小数点演算になっている。 実現できれば巨大な整数も扱えるようになりそう?
The text was updated successfully, but these errors were encountered:
内部的にBigIntを使えば比較的楽に実装できそう? 生成方法も
1234567890n // リテラル(末尾にn) Num:int(1234567890) // 数値または文字列を関数に通す
みたいな感じでBigIntを真似すればいいですかね
Sorry, something went wrong.
No branches or pull requests
JavaScriptの演算をそのまま使っているためすべて浮動小数点演算になっている。
実現できれば巨大な整数も扱えるようになりそう?
The text was updated successfully, but these errors were encountered: