GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
xdacosh.f
Go to the documentation of this file.
1  subroutine xdacosh (x, result)
2  external dacosh
3  double precision x, result, dacosh
4  result = dacosh(x)
5  return
6  end
subroutine xdacosh(x, result)
Definition: xdacosh.f:1
double precision function dacosh(X)
Definition: dacosh.f:2