1      function f(c)
2      implicit none
3      real*8 c, f
4      f = sqrt(c)
5      return
6      end
7