sind
Returns the sine of a (in degrees).
Syntax
sind(a)
Inputs
- a
- Any valid scalar | vector | matrix in degrees.
Outputs
- R
- scalar | vector | matrix
Examples
sind(1170)
R = 1
sind([30,60;45,90])
R = [ 0.5 0.866025 ; 0.707107 1 ]
Returns the sine of a (in degrees).
sind(a)
sind(1170)
R = 1
sind([30,60;45,90])
R = [ 0.5 0.866025 ; 0.707107 1 ]