【pyhton】import math与import cmath

import math与import cmath分别代表导入math模块和复数math模块

还有一种导入方式是

from math import sqrt

从math中单独导入sqrt

直接可以用sqrt来计算

前述都得用math.sqrt()或cmath.sqrt()来计算

posted @ 2016-10-29 14:01  GiraffaMPRO  阅读(770)  评论(0编辑  收藏  举报