导航:首页 > 编程语言 > python操作接口

python操作接口

发布时间:2025-01-06 06:14:41

编程的接口有哪些

(1)C语言:
【SYNOPSIS】
#include <math.h>
double sqrt(double X);
float sqrtf(float X);
【DESCRIPTION】
DESCRIPTION
sqrt computes the positive square root of the argument. ...
【RETURNS】
On success, the square root is returned. If X is real and positive...
(2)perl语言:
$ 【perldoc】 -f sqrt
sqrt EXPR
sqrt #Return the square root of EXPR. If EXPR is omitted, returns
#square root of $_. Only works on non-negative operands, unless
#you've loaded the standard Math::Complex mole.
(3)python语言:
$ 【pydoc】 math.sqrt
Help on built-in function sqrt in math:
math.sqrt = sqrt(...)
sqrt(x)
Return the square root of x.
(4)ruby语言:
$ 【ri】 Math::sqrt
Math::sqrt
Math.sqrt(numeric) => float
Returns the non-negative square root of _numeric_.
注释:带有【】的代码是这个语言的编程接口
(5)java语言:
http://download.oracle.com/javase/6/docs/api/

阅读全文

与python操作接口相关的资料

热点内容
命令与征服心得 浏览:769
怎么查看安卓图标的代码 浏览:233
服从命令的意义 浏览:462
网页换服务器注意什么 浏览:361
下载用的文件夹怎么弄 浏览:371
linux设置宽带 浏览:69
迪杰斯特拉算法复杂度 浏览:942
手机app最下面那一栏叫什么 浏览:89
U盘把文件夹弄成了应用程序 浏览:312
冬天程序员的漫漫讨薪路 浏览:998
老式程序员亲历 浏览:718
安卓机如何录制手机内声音 浏览:440
东南v3压缩机 浏览:326
美食拍摄视频用什么app高清 浏览:727
程序员五年还没成为大牛吗 浏览:872
河南数据加密企业 浏览:798
苏州的java培训 浏览:543
快手抽奖源码 浏览:343
硅云服务器安装宝塔出错 浏览:350
python制作搜索引擎 浏览:377