Top
Back: CornacchiaModified
Forward: sqr
FastBack:
FastForward:
Up: atkins_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.2.6 maximum

Procedure from library atkins.lib (see atkins_lib).

Usage:
maximum(list L);

Return:
the maximal number contained in list L

Example:
 
LIB "atkins.lib";
ring r = 0,x,dp;
list L=465,867,1233,4567,776544,233445,2334,556;
maximum(L);
==> 776544


Top Back: CornacchiaModified Forward: sqr FastBack: FastForward: Up: atkins_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4-0-3, 2016, generated by texi2html.