1 :Info: arithmetic_af: arithmetic_af.gi: 2021-12-31 arithmetic_af
2
3 The following command/active function programs perform arithmetic
4 operations:
5
6 calc minus trunc
7 ceil mod
8 divide plus
9 floor quotient
10 max round
11 min times
12
13
14 Each calls cv_fixed_point_string_ to convert numeric strings to a
15 float dec59 number. To obtain information on any of these commands,
16 type:
17 help COMMAND_NAME
18 where COMMAND_NAME is one of the names given above.
19
20
21 :hcom:
22 /****^ HISTORY COMMENTS:
23 1) change2021-12-31GDixon, approve2022-07-13MCR10101,
24 audit2022-07-27Swenson:
25 Modify to reference the new round command/active function.
26 END HISTORY COMMENTS */
27