mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Add Num.withDecimalPoint
This commit is contained in:
parent
9c664172dd
commit
64e9899cad
12 changed files with 34 additions and 13 deletions
|
@ -205,7 +205,8 @@ map_symbol_to_lowlevel_and_arity! {
|
|||
NumCountTrailingZeroBits; NUM_COUNT_TRAILING_ZERO_BITS; 1,
|
||||
NumCountOneBits; NUM_COUNT_ONE_BITS; 1,
|
||||
I128OfDec; I128_OF_DEC; 1,
|
||||
DecWithoutDecimalPoint; NUM_DEC_WITHOUT_DECIMAL_POINT; 1,
|
||||
NumWithoutDecimalPoint; NUM_WITHOUT_DECIMAL_POINT; 1,
|
||||
NumWithDecimalPoint; NUM_WITH_DECIMAL_POINT; 1,
|
||||
|
||||
Eq; BOOL_STRUCTURAL_EQ; 2,
|
||||
NotEq; BOOL_STRUCTURAL_NOT_EQ; 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue