[
https://issues.apache.org/jira/browse/JEXL-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742676#action_12742676
]
Sebb commented on JEXL-65:
--------------------------
Possible name / symbol for integer division:
quotient
'\' (reverse solidus or backslash)
The '\' symbol is used by Mathematica.
I think these are better than "intdiv" because the result might not be an
integer - e.g. if two Long values are involved, then the result should be a
Long.
Python uses '//', but this might get confused with the single-line comment
introducer.
> Need operator for integer division
> ----------------------------------
>
> Key: JEXL-65
> URL: https://issues.apache.org/jira/browse/JEXL-65
> Project: Commons JEXL
> Issue Type: New Feature
> Reporter: Sebb
> Fix For: Later
>
>
> See JEXL-50.
> It would be useful to have an operator that performs integer division, e.g. 3
> intdiv 1 == 1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.