問題タブ [floating-point-exceptions]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - C コードの浮動小数点例外
1<=n<=32 の計算をしています
1<=n<=31 の場合にのみ機能します。n=32 に変更するにはどうすればよいですか? xcode で n=32 ケースをテストすると、デバッガーがトリガーされ、スレッド 1 exc_arithmetic(code=exc_i386_div....が表示
されます。よろしくお願いします。
assembly - x86 アセンブリ: 11 で除算する除算浮動小数点例外
商と余りを取得するために除算しようとしていますが、オンラインで浮動小数点例外が発生してい859091
ます。11
div bx
これはSASMの私のコードです: