Skip to content

Commit

Permalink
bid128_ldexp
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosga committed Feb 4, 2024
1 parent c9a0fb7 commit 90b7ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub struct BID_UINT128 {
pub type d128 = BID_UINT128;

#[macro_export]
macro_rules! d128 {
macro_rules! dec128 {
($t:tt) => {{
$crate::d128::d128::from_str(stringify!($t)).expect("Invalid decimal number literal")
}}
Expand Down

0 comments on commit 90b7ac9

Please sign in to comment.