mod common;
#[test]
fn to_debug_string_001() {
let dec1 = decmathlib_rs::d128::d128::from(0x0001ed09bead87c0378d8e62ffffffffu128);
assert_eq!("+9999999999999999999999995705032703E-6176", format!("{dec1:?}"));
}
#[test]
fn to_display_string_001() {
let dec1 = decmathlib_rs::d128::d128::from(0x0001ed09bead87c0378d8e62ffffffffu128);
assert_eq!("+9999999999999999999999995705032703E-6176", format!("{dec1}"));
}
#[test]
fn to_lower_exp_string_001() {
let dec1 = decmathlib_rs::d128::d128::from(0x0001ed09bead87c0378d8e62ffffffffu128);
assert_eq!("+9999999999999999999999995705032703e-6176", format!("{dec1:e}"));
}
#[test]
fn to_upper_exp_string_001() {
let dec1 = decmathlib_rs::d128::d128::from(0x0001ed09bead87c0378d8e62ffffffffu128);
assert_eq!("+9999999999999999999999995705032703E-6176", format!("{dec1:E}"));
}
dec_test!(bid128_to_string_001, bid128_to_string, 0x0001ed09bead87c0378d8e62ffffffffu128, "+9999999999999999999999995705032703E-6176");
dec_test!(bid128_to_string_002, bid128_to_string, 0x0001ed09bead87c0378d8e64ffffffffu128, "+0E-6176");
dec_test!(bid128_to_string_003, bid128_to_string, 0x30400000000000000000000000000010u128, "+16E+0");
dec_test!(bid128_to_string_004, bid128_to_string, 0x60000000000000000000000000000000u128, "+0E-6176");
dec_test!(bid128_to_string_005, bid128_to_string, 0x69dbb75d7734cd9e1234567890123456u128, "+0E-1129");
dec_test!(bid128_to_string_006, bid128_to_string, 0x79003fffffffffff38c15b08ffffffffu128, "+Inf");
dec_test!(bid128_to_string_007, bid128_to_string, 0x79100000000000000000000000000000u128, "+Inf");
dec_test!(bid128_to_string_008, bid128_to_string, 0x7c003fffffffffff38c15b08ffffffffu128, "+NaN");
dec_test!(bid128_to_string_009, bid128_to_string, 0x7c003fffffffffff38c15b0affffffffu128, "+NaN");
dec_test!(bid128_to_string_010, bid128_to_string, 0x7e000000000000000000000000000000u128, "+SNaN");
dec_test!(bid128_to_string_011, bid128_to_string, 0x7eff3fffffffffffffffffffffffffffu128, "+SNaN");
dec_test!(bid128_to_string_012, bid128_to_string, 0xb0fa0000000000000000000001312d00u128, "-20000000E+93");
dec_test!(bid128_to_string_013, bid128_to_string, 0xe0000000000000000000000000000001u128, "-0E-6176");
dec_test!(bid128_to_string_014, bid128_to_string, 0xf9003fffffffffff38c15b08ffffffffu128, "-Inf");
dec_test!(bid128_to_string_015, bid128_to_string, 0x0001ed09bead87c0378d8e62ffffffffu128, "+9999999999999999999999995705032703E-6176");
dec_test!(bid128_to_string_016, bid128_to_string, 0x0001ed09bead87c0378d8e64ffffffffu128, "+0E-6176");
dec_test!(bid128_to_string_017, bid128_to_string, 0x7c003fffffffffff38c15b08ffffffffu128, "+NaN");
dec_test!(bid128_to_string_018, bid128_to_string, 0x7c003fffffffffff38c15b0affffffffu128, "+NaN");
dec_test!(bid128_to_string_019, bid128_to_string, 0x0001ed09bead87c0378d8e62ffffffffu128, "+9999999999999999999999995705032703E-6176");
dec_test!(bid128_to_string_020, bid128_to_string, 0x0001ed09bead87c0378d8e64ffffffffu128, "+0E-6176");
dec_test!(bid128_to_string_021, bid128_to_string, 0x7c003fffffffffff38c15b08ffffffffu128, "+NaN");
dec_test!(bid128_to_string_022, bid128_to_string, 0x7c003fffffffffff38c15b0affffffffu128, "+NaN");
dec_test!(bid128_to_string_023, bid128_to_string, 0x0001ed09bead87c0378d8e62ffffffffu128, "+9999999999999999999999995705032703E-6176");
dec_test!(bid128_to_string_024, bid128_to_string, 0x0001ed09bead87c0378d8e64ffffffffu128, "+0E-6176");
dec_test!(bid128_to_string_025, bid128_to_string, 0x7c003fffffffffff38c15b08ffffffffu128, "+NaN");
dec_test!(bid128_to_string_026, bid128_to_string, 0x7c003fffffffffff38c15b0affffffffu128, "+NaN");
dec_test!(bid128_to_string_027, bid128_to_string, 0xfe003fffffffffffffffffffffffffffu128, "-SNaN");
dec_test!(bid128_to_string_028, bid128_to_string, 0x0001ed09bead87c0378d8e62ffffffffu128, "+9999999999999999999999995705032703E-6176");
dec_test!(bid128_to_string_029, bid128_to_string, 0x0001ed09bead87c0378d8e64ffffffffu128, "+0E-6176");
dec_test!(bid128_to_string_030, bid128_to_string, 0x7c003fffffffffff38c15b08ffffffffu128, "+NaN");
dec_test!(bid128_to_string_031, bid128_to_string, 0x7c003fffffffffff38c15b0affffffffu128, "+NaN");