Method: Vips::Image#exp10
- Defined in:
- lib/vips8/image.rb
permalink #exp10 ⇒ Image
Return 10 ** pixel.
1153 1154 1155 |
# File 'lib/vips8/image.rb', line 1153 def exp10 math :exp10 end |
Return 10 ** pixel.
1153 1154 1155 |
# File 'lib/vips8/image.rb', line 1153 def exp10 math :exp10 end |