Sha256: e81655b3ae7fceb15af7ca22e844f61ee1a993c2b101b22647aa819f0d17e4f8
Contents?: true
Size: 372 Bytes
Versions: 91
Compression:
Stored size: 372 Bytes
Contents
class ComplexNumber(object): def __init__(self, real, imaginary): pass def __add__(self, other): pass def __mul__(self, other): pass def __sub__(self, other): pass def __truediv__(self, other): pass def __abs__(self): pass def conjugate(self): pass def exp(self): pass
Version data entries
91 entries across 91 versions & 1 rubygems