Perl Primer - University of California, Davis

use numpy. adds the modules of numerical functions “numpy” that are now accessible to the programmer. ... Array variables hold lists referenced by numbers (indices) ... Absolute value of x int(x) x converted to integer float(x) x converted to float += Assign add -= … ................
................