GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
zbesh.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZBESH (ZR, ZI, FNU, KODE, M, N, CYR, CYI, NZ, IERR)
 

Function/Subroutine Documentation

◆ ZBESH()

subroutine ZBESH ( double precision  ZR,
double precision  ZI,
double precision  FNU,
integer  KODE,
integer  M,
integer  N,
double precision, dimension(n)  CYR,
double precision, dimension(n)  CYI,
integer  NZ,
integer  IERR 
)

Definition at line 2 of file zbesh.f.

References dimension(), and mod().

Referenced by octave::math::zbesh1(), and octave::math::zbesh2().