Method: Vips::Image#exp

Defined in:
lib/vips8/image.rb

#expImage

Return e ** pixel.

Returns:

[View source]

1146
1147
1148
# File 'lib/vips8/image.rb', line 1146

def exp
    math :exp
end