summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luanumint/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luanumint/README.txt')
-rw-r--r--macros/luatex/latex/luanumint/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/luatex/latex/luanumint/README.txt b/macros/luatex/latex/luanumint/README.txt
index 808a1c0f83..ffb6056f14 100644
--- a/macros/luatex/latex/luanumint/README.txt
+++ b/macros/luatex/latex/luanumint/README.txt
@@ -1,3 +1,8 @@
+# The luanumint package
+# version 1.1
+# Authors: Chetan Shirore and Ajit Kumar
+# Email: mathsbeauty@gmail.com
+
# Introduction
The luanumint package is developed using Lua to find the numerical integration of real-valued functions of a real variable over closed and bounded intervals. The package provides commands to find numerical integration using the mid-point, trapezoidal, and Simpson's one-third and three-eighth rules. The loadstring command is used to load and evaluate functions at different points in the mathematics environment of Lua. The package also provides commands to find numerical integration with step-by-step calculations. The package's commands have an optional argument to round off the numbers to the desired number of decimal places. The breqn package is loaded to display and align step-by-step calculations properly. Advanced users can customize the code to achieve the desired formatting of step-by-step computations. The package can assist in creating various problems on numerical integration with their solutions. The results obtained using different methods of numerical integration can be compared. It can save users' efforts of doing computations involving numerical integration in external software and copying them inside LaTeX documents.