-
- Downloads
[IMP] web: add math_utils to core
math_utils is a small library that exports two functions: - cartesian: allows to compute the cartesian products of any numbers of arrays while preserving the internal structures of their elements. - sections: returns an array with all the initial sections of the array passed as parameter.
Showing
- addons/web/static/src/js/core/math_utils.js 73 additions, 0 deletionsaddons/web/static/src/js/core/math_utils.js
- addons/web/static/tests/core/math_utils_tests.js 56 additions, 0 deletionsaddons/web/static/tests/core/math_utils_tests.js
- addons/web/views/webclient_templates.xml 2 additions, 0 deletionsaddons/web/views/webclient_templates.xml
Loading
Please register or sign in to comment