Arithmetic/Complex: Difference between revisions

Content added Content deleted
No edit summary
Line 3,526:
}
}
static [String]show([Complex]$other) {return $other.show()}
return $other.show()
}
}
$m = [complex]::new(3, 4)