|
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 | cacai (Z, FNU, KODE, MR, N, Y, NZ, RL, TOL, ELIM, ALIM) |
| subroutine cacai | ( | complex | Z, |
| real | FNU, | ||
| integer | KODE, | ||
| integer | MR, | ||
| integer | N, | ||
| complex, dimension(n) | Y, | ||
| integer | NZ, | ||
| real | RL, | ||
| real | TOL, | ||
| real | ELIM, | ||
| real | ALIM | ||
| ) |
Definition at line 1 of file cacai.f.
References casyi(), cbknu(), cmlri(), octave_value::cos(), cs1s2(), cseri(), workspace_element::dimension(), mod(), r1mach(), and octave_value::sin().
Referenced by cairy().
1.8.8