sin - Sine Calculator Online (radian and degree)
command: sin
You can calculate sine of radians and degrees. An argument that ends with d
means the value in degree and an argument that doesn't end with d
means the value in radian. Multiple arguments can be set and calculated at once.
Let's input sin 1
in the search form. The result will be like...
sin 1
sin
(1) = 0.8414709848078965
The argument 1
is in brackets and 0.8414709848078965
is the value of sin(1)
.
If you input sin 3.14 7 12 100
, the result is like this:
sin 3.14 7 12 100
sin
(3.14) = 0.0015926529164868282
(7) = 0.6569865987187891
(12) = -0.5365729180004349
(100) = -0.5063656411097588
Arguments must be separated with one space, not comma. Comma means an argument is kind of matrix or sequence.
An argument with d
suffix is the value in degree (°). Inputting sin 90d
, the below will be showed.
sin 90d
sin
(90°) = 1.0
You can set the mix of arguments with or without d
suffix.
sin 3.1415 90d 25
sin
(3.1415) = 9.265358966049024e-05
(90°) = 1.0
(25) = -0.13235175009777303