[backport] Documentation Math module (#12460)

This commit is contained in:
Juan Carlos
2019-10-24 09:07:21 -03:00
committed by Miran
parent 2baa21d461
commit 8f8916413f

View File

@@ -48,6 +48,8 @@
## * `mersenne module<mersenne.html>`_ for Mersenne twister random number generator
## * `stats module<stats.html>`_ for statistical analysis
## * `strformat module<strformat.html>`_ for formatting floats for print
## * `system module<system.html>`_ Some very basic and trivial math operators
## are on system directly, to name a few ``shr``, ``shl``, ``xor``, ``clamp``, etc.
include "system/inclrtl"