Skip to content

Commit

Permalink
Update for unageek/inari#89
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Mar 4, 2023
1 parent 25d855e commit 52095ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion itf1788/plugins/rust/arith/inari/arith.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ op_overlap*: $ARG1.overlap($ARG2)
#op_atan2Rev2*:

# Two output division
#op_mulRevToPair*:
op_mulRevToPair*: |
$ARG1.mul_rev_to_pair($ARG2)[0]
*** next output
$ARG1.mul_rev_to_pair($ARG2)[1]
op_intervalPart*: $ARG1.interval().unwrap_or(I::EMPTY)
op_decorationPart*: $ARG1.decoration()
1 change: 0 additions & 1 deletion itf1788/plugins/rust/lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ logical_and: ${ARG1} && ${ARG2}
# Example: "#include <cmath>"
#
imports: |
#![rustfmt::skip]
#
# Tokens used for proper indentation.
Expand Down

0 comments on commit 52095ff

Please sign in to comment.