mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 20:26:05 +02:00
Consistent use of k operator
This commit is contained in:
parent
38fa355769
commit
757901f9a0
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@
|
|||
|
||||
`dc -e "7 k 5 _3 / p"`
|
||||
|
||||
- To 100 decimal places [100 k], calculate the golden ratio, phi: sqrt(5) [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result:
|
||||
- Calculate the golden ratio, phi: Set number of decimal places to 100 [100 k], square root of 5 [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result:
|
||||
|
||||
`dc -e "100 k 5 v 1 + 2 / p"`
|
||||
|
|
Loading…
Add table
Reference in a new issue