首页 列表 - 第 87 页

LGAMMA - Linux手册页

LGAMMA - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lgamma,lgammaf,lgammal,lgamma_r,lgammaf_r,lgammal_r,signgam-对数伽马函数 语法 #include <math.h> double lgamma(double x); float lgammaf(float x)

Views:0  2019-08-20

LIO_LISTIO - Linux手册页

LIO_LISTIO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 lio_listio-启动I / O请求列表 语法 #include <aio.h> int lio_listio(int mode, struct aiocb *const aiocb_list[], int nitems, st

Views:0  2019-08-20

ABS - Linux手册页

ABS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 abs,labs,llabs,imaxabs-计算整数的绝对值 语法 #include <stdlib.h> int abs(int j); long int labs(long int j); long long int llabs(long long int j); #

Views:0  2019-08-20

DIV - Linux手册页

DIV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 div,ldiv,lldiv,imaxdiv-计算商和整数除法的余数 语法 #include <stdlib.h> div_t div(int numerator, int denominator); ldiv_t ldiv(long numerator, long deno

Views:0  2019-08-20

LRINT - Linux手册页

LRINT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lrint,lrintf,lrintl,llrint,llrintf,llrintl-舍入到最接近的整数 语法 #include <math.h> long int lrint(double x); long int lrintf(float x); long int l

Views:0  2019-08-20

LRINT - Linux手册页

LRINT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lrint,lrintf,lrintl,llrint,llrintf,llrintl-舍入到最接近的整数 语法 #include <math.h> long int lrint(double x); long int lrintf(float x); long int l

Views:0  2019-08-20

LRINT - Linux手册页

LRINT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lrint,lrintf,lrintl,llrint,llrintf,llrintl-舍入到最接近的整数 语法 #include <math.h> long int lrint(double x); long int lrintf(float x); long int l

Views:0  2019-08-20

LROUND - Linux手册页

LROUND - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lround,lroundf,lroundl,llround,llroundf,llroundl-舍入到最接近的整数 语法 #include <math.h> long int lround(double x); long int lroundf(float x); l

Views:0  2019-08-20

LROUND - Linux手册页

LROUND - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lround,lroundf,lroundl,llround,llroundf,llroundl-舍入到最接近的整数 语法 #include <math.h> long int lround(double x); long int lroundf(float x); l

Views:0  2019-08-20

LROUND - Linux手册页

LROUND - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lround,lroundf,lroundl,llround,llroundf,llroundl-舍入到最接近的整数 语法 #include <math.h> long int lround(double x); long int lroundf(float x); l

Views:0  2019-08-20

LOCALECONV - Linux手册页

LOCALECONV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2015-03-02 名称 localeconv-获取数字格式信息 语法 #include <locale.h> struct lconv *localeconv(void); 说明 localeconv()函数返回指向当前语言环境的struct lconv的指针。此结构在locale

Views:0  2019-08-20

CTIME - Linux手册页

CTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 asctime,ctime,gmtime,localtime,mktime,asctime_r,ctime_r,gmtime_r,localtime_r-将日期和时间转换为细分时间或ASCII 语法 #include <time.h> char *asctime(cons

Views:0  2019-08-20

CTIME - Linux手册页

CTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 asctime,ctime,gmtime,localtime,mktime,asctime_r,ctime_r,gmtime_r,localtime_r-将日期和时间转换为细分时间或ASCII 语法 #include <time.h> char *asctime(cons

Views:0  2019-08-20

LOCKF - Linux手册页

LOCKF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 lockf-在打开的文件上应用,测试或删除POSIX锁 语法 #包括 int lockf(int fd,int cmd,off_t len); glibc的功能测试宏要求(请参阅feature_test_macros(7)): lockf(): _XOPEN_SOURCE> = 5

Views:0  2019-08-20

LOG - Linux手册页

LOG - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 log,logf,logl-自然对数函数 语法 #include <math.h> double log(double x); float logf(float x); long double logl(long double x); 与-lm链接。 glibc的功能测试宏要

Views:0  2019-08-20

LOG10 - Linux手册页

LOG10 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 log10,log10f,log10l-以10为底的对数函数 语法 #include <math.h> double log10(double x); float log10f(float x); long double log10l(long double x); 与-

Views:0  2019-08-20