Difference between revisions of "Bc"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{bc}} Category:Computing")
 
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
{{lc}}
 +
[[wikipedia:bc (programming language)]] ([[1975]])
  
 +
 +
== Examples ==
 +
[[echo]] "5+5" | bc
 +
10
 +
 +
echo "5*5" | bc
 +
25
 +
 +
echo "0.1 + 0.2" | bc
 +
0.3
 +
 +
== Related ==
 +
* [[Beacon chain]]
 +
* [[Arbitrary-precision arithmetic]]
 +
* [[eqn]]
 +
* [[Lorinda Cherry]]
 +
* [[POSIX]]
 +
* [[Operator]]
  
 
== See also ==
 
== See also ==
 
* {{bc}}
 
* {{bc}}
 +
* {{FP}}
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Latest revision as of 04:14, 3 November 2022

This article is a Draft. Help us to complete it.

wikipedia:bc (programming language) (1975)


Examples[edit]

echo "5+5" | bc
10
echo "5*5" | bc
25
echo "0.1 + 0.2" | bc
0.3

Related[edit]

See also[edit]

Advertising: