mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Improve help files
Minor improvement of various help files. Made format of help files more consistent.
This commit is contained in:
4
help/gd
4
help/gd
@@ -36,10 +36,10 @@ DESCRIPTION
|
||||
|
||||
EXAMPLE
|
||||
; print gd(1, 1e-5), gd(1, 1e-10), gd(1, 1e-15)
|
||||
.86577 .8657694832 .865769483239659
|
||||
0.86577 0.8657694832 0.865769483239659
|
||||
|
||||
; print gd(2+1i, 1e-5), gd(2+1i, 1e-10)
|
||||
1.42291+.22751i 1.4229114625+.2275106584i
|
||||
1.42291+0.22751i 1.4229114625+0.2275106584i
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
Reference in New Issue
Block a user