Difference between revisions of "Bc"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
[[wikipedia:bc]]
+
{{lc}}
 +
[[wikipedia:bc (programming language)]] ([[1975]])
 +
 
  
 
== Examples ==
 
== Examples ==
Line 8: Line 10:
 
  echo "5*5" | bc
 
  echo "5*5" | bc
 
  25
 
  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: