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

熱點內容
子午線指標源碼 瀏覽:238
浮點數乘冪運演算法 瀏覽:318
pdf爬蟲 瀏覽:557
php按鈕點擊事件 瀏覽:934
河南伺服器機房售後服務雲主機 瀏覽:184
android仿聯系人 瀏覽:368
什麼app軟體可以學音標 瀏覽:669
郭天祥十天學會單片機優酷 瀏覽:330
什麼app兒童免費 瀏覽:582
遺傳演算法的理解 瀏覽:800
php刪除sql 瀏覽:841
紅進藍出指標源碼 瀏覽:700
python數據轉換列表類型 瀏覽:717
解壓後的文件怎麼解開 瀏覽:175
四川補貼認證下載什麼app 瀏覽:858
android設計風格 瀏覽:426
視頻不支持我的加密 瀏覽:342
布包pdf 瀏覽:267
程序員錄制課程表 瀏覽:626
eclipsephp斷點調試 瀏覽:895