Download the PHP package albertoarena/calculator without Composer
On this page you can find all versions of the php package albertoarena/calculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package calculator
Calculator
Simple PHP calculator, inspired by shunting-yard algorithm.
It supports basic operators (+, -, /, *, ^), trigonometric operators and precedence.
Compatibility
What | Version |
---|---|
PHP | 8.2 |
Operators
Operator precedence follows the standard (see Wikipedia):
Operator | Alias | Precedence | Description |
---|---|---|---|
^ |
** |
High | exponent (power) |
√ |
sqrt |
High | square root |
! |
High | Fibonacci number | |
% |
High | percentage | |
* |
Medium | multiplication | |
/ |
Medium | division | |
sin |
Medium | sine | |
cos |
Medium | cosine | |
tan |
Medium | tangent | |
asin |
Medium | arc sine | |
acos |
Medium | arc cosine | |
atan |
Medium | arc tangent | |
+ |
Low | addition | |
- |
Low | subtraction |
How to use it
A working example is available in samples/basic.php
.
All versions of calculator with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package albertoarena/calculator contains the following files
Loading the files please wait ....