std::math::big¶
Status: shipped
Arbitrary-precision integers (num-bigint).
Public items¶
| Name | Kind | Description |
|---|---|---|
Int |
type | Arbitrary-precision signed integer. |
Uint |
type | Arbitrary-precision unsigned integer. |
factorial |
fn | Computes n! as an Int. |