Functions include:
Addition (+) Subtraction (-) Multiplication (*) Division (/) Power (^) Minimum (min) Maximum (max) Absolute value (abs) Exponent (exp) Natural Log (ln) Power of 10 (ten) Log (log) Sine (sin or dsin) Cosine (cos or dcos) Tangent (tan or dtan) Arcsine (asin or dasin) Arccosine (acos or dacos) Arctan (atan or datan)
Currently only vector-vector and image-image binary operations are supported.
Robert DeSonia, MHPCC
Definition in file psUnaryOp.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psMathType * | psUnaryOp (psPtr out, const psPtr in, const char *op) |
| Perform simple unary arithmetic with images or vectors. | |
1.4.2