Method: Vips::Image#acos
- Defined in:
- lib/vips8/image.rb
permalink #acos ⇒ Image
Return the inverse cosine of an image in degrees.
1118 1119 1120 |
# File 'lib/vips8/image.rb', line 1118 def acos math :acos end |
Return the inverse cosine of an image in degrees.
1118 1119 1120 |
# File 'lib/vips8/image.rb', line 1118 def acos math :acos end |