Objects/numobjects/complexobject/pow

Search:
Group by:
Source   Edit  

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