crypto-markets 0.4.4

Get all trading pairs of a cryptocurrency exchange
Documentation
1
2
3
pub(crate) fn calc_precision(number: f64) -> i64 {
    -number.log10() as i64
}