Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
sind_series
Function
11 statements
Source File
math_misc.f90
foreng_math_misc
sind_series
Contents
None
public function sind_series(x_, n_) result(sin_x)
Compute sine using a truncated taylor series
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in)
::
x_
Angle in degrees
integer,
intent(in)
::
n_
Number of terms to use
Return Value
real
Contents
None