sin函数c语言_sin()函数以及C ++中的示例

sin函数c语言

C ++ sin()函数 (C++ sin() function)

sin() function is a library function of cmath header, it is used to find the sine of the given number (angle), it accepts a number (x) and returns the sine of angle x radians.

sin()函数是cmath标头的库函数,用于查找给定数字(角度)的正弦,接受数字( x )并返回角度x弧度的正弦。

Syntax of sin() function:

sin()函数的语法:

sin(x);

Parameter(s): x – is the value of an angle in radians whose sine to be calculated.

参数: x –是要计算其正弦的弧度角的值。

Return value: double</

sin函数c语言 C ++ sin()函数 (C++ sin() function) sin() function is a library function of cmath header, it is used to find the sine of the given number (angle), it accepts a number (x) and returns the sine of angle x radians. sin()函数是cmath标头的库函数,用于查找给定数字(角度)的正弦,接受数字( x )并返回角度x弧度的正弦。 Syntax of sin() function: sin()函数的语法: sin(x); Parameter(s): x – is the value of an angle in radians whose sine to be calculated. 参数: x –是要计算其正弦的弧度角的值。 Return value: double</
经验分享 程序员 微信小程序 职场和发展