# Introduction The luamaths package is developed to perform standard mathematical operations inside LaTeX documents using Lua. It provides an easy way to perform standard mathematical operations. There is no particular environment in the package for performing mathematical operations. The package commands can be used in any environment (including the mathematics environment). # License The luamaths package is released under the LaTeX Project Public License v1.3c or later. The complete license text is available at http://www.latex-project.org/lppl.txt. It is developed in Lua. Lua is available as a certified open-source software. Its license is simple and liberal, which is compatible with GPL. #Installation and Inclusion The installation of luamaths package is similar to plain latex package, where the .sty file is in LATEXdirectory of texmf tree. The package can be included with \usepackage{luamaths} command in the preamble of the LaTeX document. The TeX file is to be compiled using the LuaLaTeX engine.