Crates.io | num-irrational |
lib.rs | num-irrational |
version | 0.3.0 |
source | src |
created_at | 2022-01-09 03:12:43.829165 |
updated_at | 2022-04-15 02:56:30.204182 |
description | `num-irrational` is based on `num` and extends it with support for several kinds of irrational numbers. |
homepage | |
repository | https://github.com/cmpute/num-irrational |
max_upload_size | |
id | 510634 |
size | 183,718 |
This crate provides representations of irrational numbers within following categories:
pi
, e
, etc.)As you can see, the support for irrational number is not limited in the real field, it also support several
numeric types in the complex field (by enabling the complex
feature). It's based on the num
creates.