導航:首頁 > 編程語言 > 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操作介面相關的資料

熱點內容
魅藍3手機音視頻文件夾 瀏覽:942
安卓手機製表怎麼換行 瀏覽:212
牆柱搭接箍筋怎麼加密 瀏覽:453
怎麼加密不讓人打開 瀏覽:333
2g3g演算法 瀏覽:203
python可以在net開發 瀏覽:931
編程里的hr啥意思 瀏覽:408
上海php兼職 瀏覽:725
順豐app如何驗證學生 瀏覽:377
伺服器mac地址過濾器 瀏覽:939
程序員一年內被開除 瀏覽:454
福建文檔課件加密企業 瀏覽:786
appstore美國的界面怎麼看呀 瀏覽:532
hlt單片機 瀏覽:324
CA的命令 瀏覽:685
安卓怎麼傳王者應用給蘋果 瀏覽:921
aws雲伺服器自建 瀏覽:839
如何更換伺服器登錄網站 瀏覽:699
java修改ip地址 瀏覽:837
java操作cookie 瀏覽:696