Opened 16 years ago
Closed 16 years ago
#733 closed enhancement (fixed)
Additional VMatrix functions — at Version 2
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Kernel | Version: | 1.1.7 |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
I would suggest some additional functions in VMatrix grammar:
- IfVMat function, similar to
IfMat
function in Matrix grammar. - Changes in And and Or function, to accept several arguments instead of two. Similar to And and Or function in Matrix grammar.
Change History (2)
comment:1 Changed 16 years ago by
Status: | new → accepted |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → Manteinance |
Resolution: | → fixed |
Status: | accepted → closed |
Version: | → 1.1.7 |
Note: See
TracTickets for help on using
tickets.
This enhancement has been applyied to these versions:
Non limited number of arguments has been added to built-in VMatrix functions And, Or, Eq, NE, LE, GE, LT, GT, Min, Max
It has been created a new built-in function IfVMat
There was some internal problems related to this ticket and #732: