导航:首页 > 编程语言 > 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操作接口相关的资料

热点内容
程序员培训学校排名 浏览:583
oppo手机如何解开微信的加密 浏览:33
学校论文答辩源码 浏览:61
rp在单片机中 浏览:173
linux软件运行命令 浏览:352
stcid加密程序 浏览:135
把解压包子放到水里 浏览:281
phpmongodb连接池 浏览:941
日本解压捏泡泡纸 浏览:116
环保参比算法 浏览:410
解压中的删掉是什么意思 浏览:764
王牌竞速什么时候能停止维修服务器 浏览:486
pdf阅读器官方 浏览:85
程序员那么爱心 浏览:304
字符a经过md5加密 浏览:417
绿色的小蝴蝶是个什么app 浏览:15
python编程输入数字输出年月日英文 浏览:628
程序员枪手 浏览:748
gm28服务器怎么设置 浏览:544
饿了么网站源码 浏览:333