xdatanh.f

Go to the documentation of this file.
00001       subroutine xdatanh (x, result)
00002       external datanh
00003       double precision x, result, datanh
00004       result = datanh (x)
00005       return
00006       end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines