Talk:Ackermann function: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:


===Arbitrary precision with BC===
===Arbitrary precision with BC===
BC is a binary calculator with arbitrary precision (similar to dc, but this one use the RPN, bc resembles C in its syntax); the code would be (translated from C):
BC is a binary calculator with [[arbitrary precision]] (similar to [[dc]], but this one use the RPN, bc resembles C in its syntax); the code would be (translated from C):


<pre>#! /usr/bin/bc -q
<pre>#! /usr/bin/bc -q
Line 25: Line 25:


: Why not ? [[User:Rahul|Rahul]] 14:45, 9 December 2008 (UTC)
: Why not ? [[User:Rahul|Rahul]] 14:45, 9 December 2008 (UTC)

: You could also write bc examples for other articles in [[:Category:Arbitrary precision]]. --[[User:IanOsgood|IanOsgood]] 14:35, 28 December 2008 (UTC)