首页 >

python什么函数能求正切的反三角函数 – python – 前端,python tcp 转 http

python中的re,mysqldb python 封装,python教材下载,用python建立网站,python自动交易缠论,python 包含,python appand,python姿态感知,python读取ndvi,python取出json,python tcp 转 httppython什么函数能求正切的反三角函数 - python - 前端,python tcp 转 http

atan()方法返回x的反正切值,以弧度表示。

Syntax

以下是atan()方法的语法:

atan(x)

注意:此函数是无法直接访问的,所以大家需要导入math模块,然后需要用math的静态对象来调用这个函数。

参数

x — 这必须是一个数值。

返回值

此方法返回 x 的反正切值,以弧度表示。

例子

下面的例子显示atan()方法的使用。

#!/usr/bin/python

import math

print “atan(0.64) : “, math.atan(0.64)

print “atan(0) : “, math.atan(0)

print “atan(10) : “, math.atan(10)

print “atan(-1) : “, math.atan(-1)

print “atan(1) : “, math.atan(1)

当大家运行上面的程序,它会产生以下结果:

atan(0.64) : 0.569313191101

atan(0) : 0.0

atan(10) : 1.4711276743

atan(-1) : -0.785398163397

atan(1) : 0.785398163397


python什么函数能求正切的反三角函数 - python - 前端,python tcp 转 http
  • python集合怎么转换成字典 - python - 前端,python 双目视觉
  • python集合怎么转换成字典 - python - 前端,python 双目视觉 | python集合怎么转换成字典 - python - 前端,python 双目视觉 ...

    python什么函数能求正切的反三角函数 - python - 前端,python tcp 转 http
  • python中什么是空字典 - python - 前端,python安装setup.py
  • python中什么是空字典 - python - 前端,python安装setup.py | python中什么是空字典 - python - 前端,python安装setup.py ...

    python什么函数能求正切的反三角函数 - python - 前端,python tcp 转 http
  • python安装了Eric6后运行会闪退 - python - 前端,python 股票预测 实战
  • python安装了Eric6后运行会闪退 - python - 前端,python 股票预测 实战 | python安装了Eric6后运行会闪退 - python - 前端,python 股票预测 实战 ...