sind_series Function

public function sind_series(x_, n_) result(sin_x)

Compute sine using a truncated taylor series

Arguments

Type IntentOptional AttributesName
real, intent(in) :: x_

Angle in degrees

integer, intent(in) :: n_

Number of terms to use

Return Value real


Contents

None