MODULUS Type: verb (function) Use: To find the sq root of the sum of the squares of two values. Grammer: MODULUS (value1,value2) Example: MODULUS(3,4) Find SQRT( 3**2 + 4**2) i.e. 5.