Calculates the absolute value of a complex number.

// Returns 2 + 3i
const z = Chalkboard.comp.absolute(Chalkboard.comp.init(-2, 3));