D.12.2.58 calculate_max_sum
Procedure from library
crypto.lib
(see
crypto_lib
).
Usage:
calculate_max_sum(a)
Return:
sum of all elements in a
Example:
LIB "crypto.lib"; list a = 1,5,3,2,12; calculate_max_sum(a); ==> 23
User manual for
Singular
version 4.4.0, 2024, generated by
texi2html
.