| Parameter | Description |
|---|---|
| x | Input value. |
float The natural logarithm of the input.
Returns the natural logarithm of a float value.
| Parameter | Description |
|---|---|
| x | Input value. |
float2 The componentwise natural logarithm of the input.
Returns the componentwise natural logarithm of a float2 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
float3 The componentwise natural logarithm of the input.
Returns the componentwise natural logarithm of a float3 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
float4 The componentwise natural logarithm of the input.
Returns the componentwise natural logarithm of a float4 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
double The natural logarithm of the input.
Returns the natural logarithm of a double value.
| Parameter | Description |
|---|---|
| x | Input value. |
double2 The componentwise natural logarithm of the input.
Returns the componentwise natural logarithm of a double2 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
double3 The componentwise natural logarithm of the input.
Returns the componentwise natural logarithm of a double3 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
double4 The componentwise natural logarithm of the input.
Returns the componentwise natural logarithm of a double4 vector.
| Parameter | Description |
|---|---|
| q | The quaternion. |
quaternion The natural logarithm of the input quaternion.
Returns the natural logarithm of a quaternion.