Method: Vips::Image#asin
- Defined in:
- lib/vips8/image.rb
permalink #asin ⇒ Image
Return the inverse sine of an image in degrees.
1111 1112 1113 |
# File 'lib/vips8/image.rb', line 1111 def asin math :asin end |
Return the inverse sine of an image in degrees.
1111 1112 1113 |
# File 'lib/vips8/image.rb', line 1111 def asin math :asin end |