length method

double length()

Get the length of the Current Quant

Implementation

double length(){
  return math.sqrt(x * x + y * y + z * z + w * w  );
}