関連する質問
What is the bc in Unix?
What is the difference between bc and DC in Unix?
What does bc do shell?
How to get bc in Linux?
2023/01/12 · The bc command can act as a CLI-based calculator for simple mathematical operations such as addition, subtraction, division, and multiplication.
bc
ビーシー
bcは、Unixで広く使われている、中置記法の算術式を計算する任意精度演算プログラムおよびその入力言語である。式はコマンドライン引数として与えることもできるし、標準入力などから与えることもできる。例えば、 * 2 を入力すれば 8 と出力する。 ウィキペディア
オペレーティング システム: UNIX, Unix系, Plan 9 from Bell Labs, FreeDOS
デベロッパー: ロバート・H・モリス and Lorinda Cherry of Bell Labs
最初のリリース: 1975, 48–49 年前
bc is a language that supports arbitrary precision numbers with interactive execution of statements.
bc, for basic calculator, is an arbitrary-precision calculator language with syntax similar to the C programming language.
How is bc different from dc? - Unix & Linux Stack Exchange
unix.stackexchange.com › questions › ho...
2014/04/13 · bc is a language that supports arbitrary precision numbers with interactive execution of statements. There are some similarities in the syntax ...
2021/11/06 · bc is a language that supports arbitrary-precision numbers, meaning that it delivers accurate results regardless of how large (or small) the numbers are.
bc is an arbitrary-precision decimal calculator language. The arbitrary-precision means that numbers can contain an arbitrary number of digits before the ...
The bc command is an interactive process that provides arbitrary-precision arithmetic. The bc command first reads any input files specified by the File ...
2023/12/07 · The 'bc' command in Linux is a powerful tool that can perform basic arithmetic operations, such as addition, subtraction, multiplication, and ...
2015/06/24 · bc is a command-line utility, not some obscure part of shell syntax. The utility reads mathematical expressions from its standard input and prints values to ...