enum

Vips::Enums::OperationMath

Inherits Enum / Comparable / Value / Object

Constants

Sin = 0
Cos = 1
Tan = 2
Asin = 3
Acos = 4
Atan = 5
Log = 6
Log10 = 7
Exp = 8
Exp10 = 9
Sinh = 10
Cosh = 11
Tanh = 12
Asinh = 13
Acosh = 14
Atanh = 15

Instance methods

acos?

Returns true if this enum value equals Acos

Source
acosh?

Returns true if this enum value equals Acosh

Source
asin?

Returns true if this enum value equals Asin

Source
asinh?

Returns true if this enum value equals Asinh

Source
atan?

Returns true if this enum value equals Atan

Source
atanh?

Returns true if this enum value equals Atanh

Source
cos?

Returns true if this enum value equals Cos

Source
cosh?

Returns true if this enum value equals Cosh

Source
exp10?

Returns true if this enum value equals Exp10

Source
exp?

Returns true if this enum value equals Exp

Source
log10?

Returns true if this enum value equals Log10

Source
log?

Returns true if this enum value equals Log

Source
sin?

Returns true if this enum value equals Sin

Source
sinh?

Returns true if this enum value equals Sinh

Source
tan?

Returns true if this enum value equals Tan

Source
tanh?

Returns true if this enum value equals Tanh

Source