using ::abs; //絕對值
using ::acos; //反余弦
using ::acosf; //反余弦
using ::acosl; //反余弦
using ::asin; //反正弦
using ::asinf; //反正弦
using ::asinl; //反正弦
using ::atan; //反正切
using ::atan2; //y/x的反正切
using ::atan2f;//y/x的反正切
using ::atan2l;//y/x的反正切
using ::atanf; //反正切
using ::atanl; //反正切
using ::ceil; //上取整
using ::ceilf; //上取整
using ::ceill; //上取整
using ::cos; //余弦
using ::cosf; //余弦
using ::cosh; //雙曲余弦
using ::coshf; //雙曲余弦
using ::coshl; //雙曲余弦
using ::cosl; //余弦
using ::exp; //指數值
using ::expf; //指數值
using ::expl; //指數值
using ::fabs; //絕對值
using ::fabsf; //絕對值
using ::fabsl; //絕對值
using ::floor; //下取整
using ::floorf; //下取整
using ::floorl; //下取整
using ::fmod; //求餘
using ::fmodf; //求餘
using ::fmodl; //求餘
using ::frexp;//返回value=x*2n中x的值,n存貯在eptr中
using ::frexpf;//返回value=x*2n中x的值,n存貯在eptr中
using ::frexpl;//返回value=x*2n中x的值,n存貯在eptr中
using ::ldexp;//返回value*2exp的值
using ::ldexpf;//返回value*2exp的值
using ::ldexpl;//返回value*2exp的值
using ::log; //對數
using ::log10; //對數
using ::log10f; //對數
using ::log10l; //對數
using ::logf; //對數
using ::logl; //對數
using ::modf;//將雙精度數value分解成尾數和階
using ::modff;//將雙精度數value分解成尾數和階
using ::modfl;//將雙精度數value分解成尾數和階
using ::pow; //計算冪
using ::powf; //計算冪
using ::powl; //計算冪
using ::sin; //正弦
using ::sinf; //正弦
using ::sinh; //雙曲正弦
using ::sinhf; //雙曲正弦
using ::sinhl; //雙曲正弦
using ::sinl; //正弦
using ::sqrt; //開方
using ::sqrtf; //開方
using ::sqrtl; //開方
using ::tan; //正切
using ::tanf; //正切
using ::tanh; //雙曲正切
using ::tanhf; //雙曲正切
using ::tanhl; //雙曲正切
using ::tanl; //正切
**:
C cmath庫中的函式
1 double abs int x 一般對int型取絕對值後返回double型,不過也可以對double型取絕對值 2 double fabs double x 對int型取絕對值後返回double型 3 long labs long x 對long型取絕對值後返回long型 4 double e...
MySQL函式列表
mysql中,提供了豐富的函式,簡化了使用者對資料的操作 包括數學函式 字串函式 日期和時間函式 條件判斷函式 加密函式等 abs x 返回x的絕對值 sqrt x 返回x的非負2次方根 mod x,y 返回x被y除后的餘數 ceiling x 返回不小於x的最小整數 floor x 返回不大於x的...
GoC函式列表
p.fd length 筆前進length步 p.bk length 筆後退length步 p.rt angle 筆右轉angle度 p.lt angle 筆左轉angle度 p.c color 設定筆的顏色,有三種引數形式,第一種是乙個引數,可為0 15 0黑 1紅 2深藍 3綠 4青藍 5黃 6...