This commit is contained in:
Miloslav Ciz 2023-12-07 19:58:18 +01:00
parent b30a8e003e
commit a7137c4892
5 changed files with 16 additions and 3 deletions

View file

@ -28,3 +28,7 @@ Following are some math areas and topics which a programmer should be familiar w
- **[numerical methods](numerical.md)**: for simulations and [approximations](approximation.md) of solutions to problems we can't solve exactly.
- **[probability](probability.md)/statistics**: encountered practically everywhere but very important e.g. in [cryptography](cryptography.md).
- **other**: things important in specific fields and/or other weird stuff, e.g. [topology](topology.md), [quaternions](quaternion.md) (graphics, physics), [lambda calculus](lambda_calculus.md), [game theory](game_theory.md), [fractal geometry](fractal.md), ...
## See Also
- [thrembo](thrembo.md)