class Vips::OperationMath
The math operation to perform on an image. See {Image#math}.
-
โ:sinโ sin(), angles in degrees
-
โ:cosโ cos(), angles in degrees
-
โ:tanโ tan(), angles in degrees
-
โ:asinโ asin(), angles in degrees
-
โ:acosโ acos(), angles in degrees
-
โ:atanโ atan(), angles in degrees
-
โ:logโ log base e
-
โ:log10โ log base 10
-
โ:expโ e to the something
-
โ:exp10โ 10 to the something