Method: Vips::Image#atan

Defined in:
lib/vips8/image.rb

#atanImage

Return the inverse tangent of an image in degrees.

Returns:

  • (Image)

    inverse tangent of each pixel

[View source]

1125
1126
1127
# File 'lib/vips8/image.rb', line 1125

def atan
    math :atan
end