[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix d128 errors due to d128 error status not being cleared

Kasper (Apr 8, 2021, 1:54 AM +0200) 8d70be09 7ceb484f

+1
+1
src/lexer.rs
··· 416 416 } 417 417 418 418 let number_string = &input[start_index..=end_index]; 419 + d128::set_status(decimal::Status::empty()); 419 420 match d128::from_str(number_string) { 420 421 Ok(number) => { 421 422 if d128::get_status().is_empty() {