Crate asciigraph

source ·
Expand description

Use strings if you want exact numbers. For example, set_y_max(3.2) uses f32 type which cannot represent 3.2 accurately. But set_y_max("3.2") uses internal ratio type which can represent any rational number perfectly.

Structs§

Enums§

Functions§