mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Improve help files
Minor improvement of various help files. Made format of help files more consistent.
This commit is contained in:
@@ -54,9 +54,8 @@ DESCRIPTION
|
||||
|
||||
return_value == d + m/60;
|
||||
|
||||
|
||||
EXAMPLE
|
||||
/* if args are undefined, pre-declare them or assign them as args */
|
||||
; ## if args are undefined, pre-declare them or assign them as args
|
||||
|
||||
; global d, m;
|
||||
|
||||
@@ -74,7 +73,7 @@ EXAMPLE
|
||||
; print d2dm(360.321,deg=,min=), deg, min;
|
||||
0.321 0 19.26
|
||||
|
||||
/* certain non-default rounding modes can return negative values */
|
||||
; ## certain non-default rounding modes can return negative values
|
||||
|
||||
; print d2dm(654.321,deg=,min=,1), deg, min;
|
||||
-65.679 -65 -40.74
|
||||
@@ -83,7 +82,6 @@ EXAMPLE
|
||||
; print d2dm(360.321,deg=,min=,1), deg, min;
|
||||
-359.679 -359 -40.74
|
||||
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
||||
|
Reference in New Issue
Block a user