integer
Source: /avail/Avail/Foundation/Early Math
Categories: Primitives, Numbers, Mathematics
Compute and answer an approximation of the natural logarithm of the argument, i.e., ln x.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | x | integer | An integer. | |
Returns | double | An approximation of ln x. |
double
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Numbers, Mathematics
Compute and answer an approximation of the natural logarithm of the argument, i.e., ln x.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | x | double | A double-precision floating point number. | |
Returns | double | An approximation of ln x. |
float
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Numbers, Mathematics
Compute and answer an approximation of the natural logarithm of the argument, i.e., ln x.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | x | float | A single-precision floating point number. | |
Returns | float | An approximation of ln x. |