Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(atan_t), | intent(in) | :: | self | |||
real(kind=wp), | intent(in), | dimension(:) | :: | args |
function evalR_atan(self,args) result(o)
class(atan_t),intent(in)::self
real(wp),dimension(:),intent(in)::args
real(wp)::o
o = atan( self%a%eval(args) )
end function evalR_atan