mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
fix format of examples in help/log2 and help/logn
This commit is contained in:
@@ -25,10 +25,10 @@ EXAMPLE
|
||||
1 2 10 500
|
||||
|
||||
; print log(127), log(23209), log(2^17-19)
|
||||
~ 6.98868468677216585326 ~ 14.50239674255407864468 ~ 16.99979085393743521984
|
||||
~6.98868468677216585326 ~14.50239674255407864468 ~16.99979085393743521984
|
||||
|
||||
; print log(2+3i, 1e-5)
|
||||
~ 1.85020558320709803073 + ~ 1.41786049195700786266i
|
||||
~1.85020558320709803073+~1.41786049195700786266i
|
||||
|
||||
LIMITS
|
||||
x != 0
|
||||
|
Reference in New Issue
Block a user