FORSIN
Utility/GeneralEvaluates a Fourier Sine. A Fourier Sine series is a collapsed version of a Fourier series where the factors multiplying the COS() terms are all zero.
Use
This function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL FORSIN (X, X0, W, PAR, NPAR, IORD, VALUE, ERRFLG)
- C/C++ Calling Syntax
- c_forsin(x, x0, w, par, npar, iord, value, errflg)
- Python Calling Syntax
- [value, errflg] = py_forsin(x, x0, par, npar, iord)
- MATLAB Calling Syntax
- [value, errflg] = m_forsin(x, x0, par, npar, iord)
Attributes
- X
- [double precision]
- X0
- [double precision]
- W
- [double precision]
- PAR
- [double precision]
- NPAR
- [integer]
- IORD
- [integer]
Output
- Value
- [integer]
- Errflg
- [logical]