cmath¶
関数¶
cos¶
cmath.cos()
exp¶
cmath.exp()
log¶
cmath.log()
log10¶
cmath.log10()
phase¶
cmath.phase()
polar¶
cmath.polar()
rect¶
cmath.rect()
sin¶
cmath.sin()
sqrt¶
cmath.sqrt()
定数¶
__name__¶
cmath.__name__ = str('cmath')
e¶
cmath.e = float(2.718282)
pi¶
cmath.pi = float(3.141593)