c语言函数

C语言log()函数:求以自然数为底数的对数

C语言log()函数:求以自然数为底数的对数函数名:log头文件:<math.h>函数原型:doublelog(doublex);功能:求以自然数为底数的对数参数:doublex 为真数,必须大于0……

C语言tan()函数:正切函数

C语言tan()函数:正切函数函数名:tan头文件:<math.h>函数原型:doubletan(doublex);功能:正切函数参数:doublex  为要操作的弧……

C语言cos()函数:余弦函数

C语言cos()函数:余弦函数函数名:cos头文件:<math.h>函数原型:doublecos(doublex);功能:余弦函数参数:doublex 要操作的弧度返回值:返回x弧度的……