Math icon indicating copy to clipboard operation
Math copied to clipboard

The Hoa\Math library.

Results 15 Math issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

i will like to combine the Math library with the Rule library is this possible? Something like a `if ` function `5+3+if(3 > 4, 3,4) +1 ` or a ternary...

Currently it accepts arrays only --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/71797819-iterator-support-in-cartesianproduct?utm_campaign=plugin&utm_content=tracker%2F894946&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F894946&utm_medium=issues&utm_source=github).

This is a feature request. Input: ```php $data = [ 'hair' => [ 'blond', 'black' ], 'eyes' => [ 'blue', 'green', ] ]; ``` Expected output: ```php Array ( [0]...

Address https://github.com/hoaproject/Central/issues/36.

enhancement
in progress
difficulty: casual

As discussed in https://github.com/hoaproject/Math/pull/16 (ps. sorry for disappearing again)

enhancement
in progress

- Adding token ^ - Updating order of operation to include indices - Adding action for new #indices (using php pow function) - NB, tests delayed since it appears the...

enhancement
in progress
difficulty: hard

Reference #25

enhancement
in progress
difficulty: medium

Actually, the _Combinatorics_ directory content is mostly empty files. Are them placeholders ? Is there anything you're working on ? I don't see anything about that on Waffle. --- Want...

question
in progress
difficulty: casual

Example: $expression = '.35 + .65'; $ast = $compiler->parse($expression); echo $visitor->visit($ast); Result: Uncaught Hoa\Compiler\Exception\UnrecognizedToken, code: 0 Message: Unrecognized token "." at line 1 and column 1: .35 + .65 ↑...

enhancement
in progress
difficulty: medium