@ Code Complete (No. 10077 / 36077)
here are comon specific solutions to rounding problems:
...
- Change to binary coded decimal (BCD) variables. ... ,but it prevents many rounding erros.
大きい数字になるとそれに合わせ桁が増えるためrounding errorsにはならない、という理解をした。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
@ Code Complete (No. 10077 / 36077)
here are comon specific solutions to rounding problems:
...
大きい数字になるとそれに合わせ桁が増えるためrounding errorsにはならない、という理解をした。
Register as a new user and use Qiita more conveniently
Go to list of users who liked