Perl Primer - University of California, Davis

use numpy. adds the modules of numerical functions “numpy” that are now accessible to the programmer. ... Absolute value of x int(x) x converted to integer float(x) x converted to float += Assign add -= Assign subtract *= Assign multiply /= Assign divide Python allows us to use all standard arithmetic operators on numbers, plus a few others ................
................