LOG

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 13:39, 2 May 2011 by 193.171.195.48 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Compute logarithm of A to the base B.

[SPU LOG A B OUT Y]

In Out Description
Anumber, Bnumber Ynumber Y = logB(A)
Avector, Bnumber Yvector Y[i] = logB(A[i])
Avector, Bvector Yvector Y[i] = logB[i](A[i])

with: 0 ≤ i < length of Avector

note:

The logarithm is computed using the following formula: y = ln(a)/ln(b).
ln is the natural logarithm and both a and b must be greater than zero
See also

<SP-atoms>

Navigation menu

Personal tools