You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/06/22 19:47:00 UTC

[jira] [Commented] (JENA-2122) Add MOD and IDIV

    [ https://issues.apache.org/jira/browse/JENA-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367639#comment-17367639 ] 

ASF subversion and git services commented on JENA-2122:
-------------------------------------------------------

Commit abdb02e425e223666e7a4e67a6702691dd8a234a in jena's branch refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=abdb02e ]

JENA-2122: IDIV and MOD


> Add MOD and IDIV
> ----------------
>
>                 Key: JENA-2122
>                 URL: https://issues.apache.org/jira/browse/JENA-2122
>             Project: Apache Jena
>          Issue Type: New Feature
>          Components: ARQ
>    Affects Versions: Jena 4.1.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 4.2.0
>
>
> Add {{MOD}} (op:numeric-mod) and {{IDIV}} (op:numeric-integer-divide).
> Add each in two forms - as a function and as an operator.
> e.g. {{5 mod 2}} and {{mod(5,2)}}
> (as well as functions {{op:numeric-mod}} and {{op:numeric-integer-divide}}.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)