max($p)
Finds the maximum value in the data parameter $p
For example, if $p is the following data parameter.
$p=data(4,8,1,3,9,6,4,3,7,8)
max($p) will return 9.