endtoend-test-psl/docs/component/math.md

59 lines
2.0 KiB
Markdown
Raw Normal View History

2021-03-17 21:23:46 +01:00
<!--
This markdown file was generated using `docs/documenter.php`.
Any edits to it will likely be lost.
-->
[*index](./../README.md)
---
### `Psl\Math` Component
#### `Constants`
- [E](./../../src/Psl/Math/constants.php#L0)
- [INFINITY](./../../src/Psl/Math/constants.php#L0)
- [INT16_MAX](./../../src/Psl/Math/constants.php#L0)
- [INT16_MIN](./../../src/Psl/Math/constants.php#L0)
- [INT32_MAX](./../../src/Psl/Math/constants.php#L0)
- [INT32_MIN](./../../src/Psl/Math/constants.php#L0)
- [INT53_MAX](./../../src/Psl/Math/constants.php#L0)
- [INT53_MIN](./../../src/Psl/Math/constants.php#L0)
- [INT64_MAX](./../../src/Psl/Math/constants.php#L0)
- [INT64_MIN](./../../src/Psl/Math/constants.php#L0)
- [NAN](./../../src/Psl/Math/constants.php#L0)
- [PI](./../../src/Psl/Math/constants.php#L0)
- [UINT16_MAX](./../../src/Psl/Math/constants.php#L0)
- [UINT32_MAX](./../../src/Psl/Math/constants.php#L0)
#### `Functions`
- [abs](./../../src/Psl/Math/abs.php#L34)
- [base_convert](./../../src/Psl/Math/base_convert.php#L39)
- [ceil](./../../src/Psl/Math/ceil.php#L25)
- [clamp](./../../src/Psl/Math/clamp.php#L24)
- [cos](./../../src/Psl/Math/cos.php#L22)
- [div](./../../src/Psl/Math/div.php#L32)
- [exp](./../../src/Psl/Math/exp.php#L22)
- [floor](./../../src/Psl/Math/floor.php#L16)
- [from_base](./../../src/Psl/Math/from_base.php#L27)
- [log](./../../src/Psl/Math/log.php#L18)
- [max](./../../src/Psl/Math/max.php#L19)
- [max_by](./../../src/Psl/Math/max_by.php#L21)
- [maxva](./../../src/Psl/Math/maxva.php#L20)
- [mean](./../../src/Psl/Math/mean.php#L14)
- [median](./../../src/Psl/Math/median.php#L15)
- [min](./../../src/Psl/Math/min.php#L19)
- [min_by](./../../src/Psl/Math/min_by.php#L29)
- [minva](./../../src/Psl/Math/minva.php#L20)
- [round](./../../src/Psl/Math/round.php#L19)
- [sin](./../../src/Psl/Math/sin.php#L14)
- [sqrt](./../../src/Psl/Math/sqrt.php#L20)
- [sum](./../../src/Psl/Math/sum.php#L14)
- [sum_floats](./../../src/Psl/Math/sum_floats.php#L14)
- [tan](./../../src/Psl/Math/tan.php#L14)
- [to_base](./../../src/Psl/Math/to_base.php#L18)