Procs
proc `**`(self, other: PyComplexObject): PyComplexObject {. ...raises: [ZeroDivisionError, OverflowError], tags: [RootEffect], forbids: [].}
- Source Edit
proc complex_pow(selfNoCast, other: PyObject): PyObject {....raises: [], tags: [RootEffect], forbids: [].}
- Source Edit