[TYPO3-dev] new array operations :-)
Bernhard Kraft
kraftb at think-open.at
Tue Mar 16 11:53:09 CET 2010
Jigal van Hemert wrote:
> Any suggestions for:
>
> $a * $b (Matrix-product?)
>
> $a / $b (intersect?)
>
> $a % $b
And what about the more simpler boolean operators?
If row and column count match also a
$a && $b
could be something useful :)
Or something like
$a!
To get the determinante.
There are a lot of freaking operations which can get performed on
(numerical) arrays !!!
;)
greets,
Bernhard
More information about the TYPO3-dev
mailing list