Up: PIOLOGIE Manual An Exact
Previous: Mathematical Constants (pi.h)
The following expressions are especially optimized with a map to an internal function:
- a = -a, where
or
. - c += a*b, c -= a*b, where (
or
) and
. - c += a*b, c -= a*b, where
and (
or
).
- a = a+b, a = b+a, where
or
. - b = a*a, b *= b, where
,
or
. - c = a
op
b, where
op
. - c = a
op
b, where
op
. - c = a
op
b, where
op
. - b = ~a, b = -a, where
or
. - b = sqrt(a), where
or
. -
ct
c = a
op
b, where
ct
ct
op
. -
ct
c = a
op
b, where
ct
ct
op
. -
ct
c = a
op
b, where
ct
ct
op
. -
ct
b = ~a, where
ct
ct
.
Piologie Version 1.2
3/3/1998