Returns the logarithm of x in the base b
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | b | |||
| integer, | intent(in) | :: | x |
Returns the logarithm of x in the base b
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | b | |||
| real(kind=dp), | intent(in) | :: | x |
Returns the logarithm of x in the base b
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | b | |||
| complex(kind=dp), | intent(in) | :: | x |