|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | cacon (Z, FNU, KODE, MR, N, Y, NZ, RL, FNUL, TOL, ELIM, ALIM) |
| subroutine cacon | ( | complex | Z, |
| real | FNU, | ||
| integer | KODE, | ||
| integer | MR, | ||
| integer | N, | ||
| complex, dimension(n) | Y, | ||
| integer | NZ, | ||
| real | RL, | ||
| real | FNUL, | ||
| real | TOL, | ||
| real | ELIM, | ||
| real | ALIM | ||
| ) |
Definition at line 1 of file cacon.f.
References abs(), cbinu(), cbknu(), octave_value::cos(), cs1s2(), workspace_element::dimension(), mod(), r1mach(), and octave_value::sin().
1.8.8