![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
| subroutine | cwrsk (ZR, FNU, KODE, N, Y, NZ, CW, TOL, ELIM, ALIM) |
| subroutine cwrsk | ( | complex | ZR, |
| real | FNU, | ||
| integer | KODE, | ||
| integer | N, | ||
| complex, dimension(n) | Y, | ||
| integer | NZ, | ||
| complex, dimension(2) | CW, | ||
| real | TOL, | ||
| real | ELIM, | ||
| real | ALIM | ||
| ) |
Definition at line 1 of file cwrsk.f.
References c1, cbknu(), octave_value::cos(), crati(), workspace_element::dimension(), r1mach(), and octave_value::sin().
Referenced by cbinu().
1.8.1.2