Math, asked by rinkuyadav5418, 1 year ago

what is sin is it function

Answers

Answered by sneha2006
0
hi mate!!



nope

《 sin is a mistake 》
hope my answer helps u

omibhaiya9816: hy
Answered by omibhaiya9816
1

perm_identity

PHP | sin( ) Function

Trigonometry is an important part of mathematics and PHP’s math functions provides us with some functions which are very useful for calculations involving trigonometry. The sin()function in PHP is used to find the sine value of a number.
The sine() function returns a float value between -1 and 1, which represents the sine of the angle passed to it as argument. The argument parameter must be in radians.

Syntax:

float sin($value)

Parameters: This function accepts a single parameter value. It is the number whose sine value you want to find. The value of this parameter must be in radians.

Return Value: It returns a floating point number which is the sine value of number passed to it as argument.

Similar questions