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
xdatanh.f
Go to the documentation of this file.
1  subroutine xdatanh (x, result)
2  external datanh
3  double precision x, result, datanh
4  result = datanh(x)
5  return
6  end
double precision function datanh(X)
Definition: datanh.f:2
subroutine xdatanh(x, result)
Definition: xdatanh.f:1