TOpenCLValue Ln(TOpenCLValue X)
Natural logarithm.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the natural log of X.
Examples
clValue a;
clValue b;
b.Copy(8);
a.Ln(b);
See Also: clValue.Exp