Crates.io | extended-rational |
lib.rs | extended-rational |
version | 1.3.3 |
source | src |
created_at | 2017-09-30 00:07:15.172783 |
updated_at | 2017-11-05 16:10:00.309039 |
description | Provides implementations of high-accuracy projectively-extended rational numbers and macros for creating them. |
homepage | |
repository | |
max_upload_size | |
id | 33953 |
size | 42,434 |
This crate provides implementations of high-accuracy projectively-extended rational numbers and macros for creating them.
Projectively-extended rationals differ from normal rationals because they have
a single, signless infinity and a single, signless zero. This means that 1/0
can be defined as equal to ∞
and 1/∞
equal to 0
.