Example #1
0
 @Override
 public ComplexFloat div(float v) {
   super.div(v);
   return this;
 }