python--math库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python--math库相关的知识,希望对你有一定的参考价值。

函数 数学表示 含义
圆周率 π π的近似值,15位小数
自然常数 e e e的近似值,15位小数
ceil(x) [x] 对浮点数向上取整
fllor(x) [x] 对浮点数向下取整
pow(x, y) x^y 计算x的y次方
log(x) log x 以e为基数的对数
log10(x) log10x 以10为基数的对数
sqrt(x) √x 平方根
exp(x)   e的x次幂
degrees(x)   将弧度值转换为角度值
radians(x)   将角度值转换为弧度值
sin(x) sin x 正弦函数
cos(x) cos x 余弦函数
tan(x) tan x 正切函数
asin(x) arcsin x 反正弦函数,x∈[-1.0, 1.0]
acon(x) arccon x 反余弦函数,x∈[-1.0, 1.0]
atan(x) arctan x 反正切函数,x∈[-1.0, 1.0]

 

以上是关于python--math库的主要内容,如果未能解决你的问题,请参考以下文章

[Python] math库的使用

python--math库

Python 基础学习之: Python math 模块cmath 模块 区别是 cmath 模块运算的是复数,math 模块运算的是数学运算 Python数学函数列表及解释 Python

蓝桥杯:Python组再也不怕组合数计数

python math

python Python.Math.Algebra