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:
@@ -69,9 +69,8 @@ DESCRIPTION
|
||||
|
||||
return_value == h + m/60 + s/3600;
|
||||
|
||||
|
||||
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 h, m, s;
|
||||
|
||||
@@ -89,7 +88,7 @@ EXAMPLE
|
||||
; print h2hms(24.321,hour=,min=,sec=), hour, min, sec;
|
||||
0.321 0 19 15.6
|
||||
|
||||
/* certain non-default rounding modes can return negative values */
|
||||
; ## certain non-default rounding modes can return negative values
|
||||
|
||||
; print h2hms(654.321,hour=,min=,sec=,1), hour, min, sec;
|
||||
-17.679 -17 -40 -44.4
|
||||
@@ -98,7 +97,6 @@ EXAMPLE
|
||||
; print h2hms(24.321,hour=,min=,sec=,1), hour, min, sec;
|
||||
-23.679 -23 -40 -44.4
|
||||
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
||||
|
Reference in New Issue
Block a user