num 0.3.1

A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more!
Documentation

num

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 2 of them enabled by default.

default

  • std

std

  • num-bigint/std
  • num-complex/std
  • num-integer/std
  • num-iter/std
  • num-rational/std
  • num-rational/num-bigint-std
  • num-traits/std

serde

  • num-bigint/serde
  • num-complex/serde
  • num-rational/serde

alloc

  • num-bigint
  • num-rational/num-bigint

rand

  • num-bigint/rand
  • num-complex/rand

libm

  • num-complex/libm
  • num-traits/libm

num-bigint

    This feature flag does not enable additional features.