Python math - zhongjiajie/zhongjiajie.github.com GitHub Wiki

math

pow

math.pow(x, y): x的y次方,等价与x**y

hypot

欧几里德范数: sqrt(x*x + y*y).This is the length of the vector from the origin to point (x, y).

⚠️ **GitHub.com Fallback** ⚠️