Ref math asin:修订历史

本页内容
上一节: Ref_math_acosh 下一节: Ref_math_asinh

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年8月17日 (星期三)

    • 当前之前 21:512022年8月17日 (三) 21:51Neo 讨论 贡献 1,106字节 +1,106 创建页面,内容为“{{DISPLAYTITLE:math.asin(x)}}8 = Python math.asin() 方法 = Python math 模块 Python '''math.asin(x)''' 返回 x 的反正弦值,结果范围在 -pi/2 到 pi/2 之间。。 math.asin() 接收的参数为 -1 到 1。 Python 版本: 1.4 === 语法 === math.asin() 方法语法如下: <sample title="" desc="" lang="python" hererun="1"> math.asin(x) </sample> '''参数说明:''' * '''x''' -- 必需,一个数…”
上一节: Ref_math_acosh 下一节: Ref_math_asinh