A number expressed in base 10 (the decimal system); a decimal digit or decimal number.
人間は通常、計算結果を十進数で読んだり表示したりする。
Humans normally read and display calculation results in decimal.
コンピュータ内部は主に2進数で処理するが、出力は十進数に変換して表示することが多い。
Although computers mainly process numbers in binary, outputs are often converted and displayed in decimal.
このプログラムは十進数入力を受け取り、必要に応じて他の基数に変換する。
This program accepts decimal input and converts it to other bases when necessary.