Skip to content

Commit

Permalink
Rename round_ties_to_even to round_ties_even
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Jul 26, 2024
1 parent 52095ff commit d8c2a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itf1788/plugins/rust/arith/inari/arith.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ op_sign*: $ARG1.sign()
op_ceil*: $ARG1.ceil()
op_floor*: $ARG1.floor()
op_trunc*: $ARG1.trunc()
op_roundTiesToEven*: $ARG1.round_ties_to_even()
op_roundTiesToEven*: $ARG1.round_ties_even()
op_roundTiesToAway*: $ARG1.round()

# Absmax functions
Expand Down

0 comments on commit d8c2a64

Please sign in to comment.