Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(log10_t), | intent(in) | :: | self | |||
complex(kind=wp), | intent(in), | dimension(:) | :: | args |
function evalZ_log10(self,args) result(o)
class(log10_t),intent(in)::self
complex(wp),dimension(:),intent(in)::args
complex(wp)::o
stop 'Log of complex argument not supported'
end function evalZ_log10