# -*- coding: utf-8 -*-
#python 27
#xiaodeng
#python之模块cmath

#复数的数学函数,如log、tan、sin等函数用法,针对我目前的情况用途较少,暂不做深入研究仅作记录。
import cmath

05-11 11:12