python之模块cmath

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

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

原文地址:https://www.cnblogs.com/dengyg200891/p/4947690.html