Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(log_t), | intent(in) | :: | self | |||
complex(kind=wp), | intent(in), | dimension(:) | :: | args |
function evalZ_log(self,args) result(o)
class(log_t),intent(in)::self
complex(wp),dimension(:),intent(in)::args
complex(wp)::o
o = log( self%a%eval(args) )
end function evalZ_log