Docs: Links and desciptions for number types (#6752)
Links and desciptions for number types Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -23,7 +23,7 @@ and `log10` can produce more accurate results for base 10.
|
||||
| Name | Type | Description | Required |
|
||||
|----------|------|-------------|----------|
|
||||
| `input` | [`number`](/docs/kcl-std/types/std-types-number) | The number to compute the logarithm of. | Yes |
|
||||
| `base` | `number(_)` | The base of the logarithm. | Yes |
|
||||
| `base` | [`number(_)`](/docs/kcl-std/types/std-types-number) | The base of the logarithm. | Yes |
|
||||
|
||||
### Returns
|
||||
|
||||
|
Reference in New Issue
Block a user