除算アルゴリズム
Sign in to savealgorithm for quotient and remainder of integer division
Article · 日本語
数値的(ディジタル)な除算アルゴリズムはいくつか存在する。それらのアルゴリズムは、低速な除算と高速な除算の2つに分類できる。低速な除算は反復する毎に最終的な商を1桁ずつ生成していくアルゴリズムである。、不実行回復型、、などがある。高速な除算は最初に商の近似値から出発して徐々に正確な値に近づけていくもので、低速な除算よりも反復回数が少なくて済む。とがこれに分類される。 以下の解説では、除算を で表し、 * Q = 商 (quotient) * N = 被除数(分子 = numerator) * D = 除数(分母 = denominator) とする。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
floating point
Entity
multiplication algorithm
Entity
compiler
Entity
long division
Entity
fixed-point arithmetic
Entity
International Standard Book Number
Entity
algorithm
Entity
Python
Entity
integer
Entity
number theory
Entity
Wayback Machine
Entity
IBM
Entity
cryptography
Entity
fraction
Entity
digital object identifier
Entity
binary numeral system
Entity
International Standard Serial Number
Entity
Elements
Entity
hexadecimal
Entity
microprocessor
Entity