xatanh.f

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