From 5c041e776269385afce3cdb2b14fbedbdd55051b Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Sun, 29 Jan 2017 00:59:55 +0100 Subject: [PATCH] Update documentation --- lib/doc.h | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/lib/doc.h b/lib/doc.h index 9dc20273..6abb254c 100644 --- a/lib/doc.h +++ b/lib/doc.h @@ -81,19 +81,21 @@ \subsection download Download Prebuild packages are available from gitlab.com

Windows with ANSI support
- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x86.exe (32 bit)
+ https://gitlab.com/rnger/amath-bin/raw/master/Windows/amath-1.6.2-ansi-x86.exe (32 bit)
(SHA256 d308424862eef418d97e3b60c00b191f711349c6f856e12b4917b114ac2f6578)
- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x64.exe (64 bit)
+ https://gitlab.com/rnger/amath-bin/raw/master/Windows/amath-1.6.2-ansi-x64.exe (64 bit)
(SHA256 170c5246f0bd0cec3e1d4f64c7c685d75cdbd5a5da7acf0ea4641c21e2a7d5ea)

Windows without ANSI support
- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x86.exe (32 bit)
+ https://gitlab.com/rnger/amath-bin/raw/master/Windows/amath-1.6.2-x86.exe (32 bit)
(SHA256 1ee22651fb09dc841b71062b8a6e9f6da285d807d3216e935a15eca9df5fd614)
- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x64.exe (64 bit)
+ https://gitlab.com/rnger/amath-bin/raw/master/Windows/amath-1.6.2-x64.exe (64 bit)
(SHA256 d3ba707f37ab27e90847d54839d65b0308124ac6ab61e1aac1deda44d87a7fad)

- FreeBSD: https://www.freshports.org/math/amath/
+ FreeBSD: https://www.freshports.org/math/amath/

- Included in the Icaros Desktop environment: http://vmwaros.blogspot.com/ + Included in the Icaros Desktop environment: http://vmwaros.blogspot.com/
+
+ Other packages: https://gitlab.com/rnger/amath-bin/tree/master
\subsection history History A full \ref release_page is available for amath. @@ -104,20 +106,23 @@ \subsection command_stat Statements \verbatim - clear Clear the console window. + clear Clear console window. def Define function. delete Delete variable or function. digits Set number of significant digits. eval Evaluate arithmetic expression. execute Execute statements in a file. functions Show list of user defined functions. + input Change numeral input system (experimental). help Show basic help text. - list Show the content of a directory. - show Show the content of a file. + output Change numeral output system (experimental). + list Show content of a directory. + show Show content of a file. load Load variable and functions from file. save Save variable and functions to file. variables Show list of variables. version Show version string. + memory Show internal memory usage. exit Exit program. \endverbatim \subsection command_func Base functions @@ -164,6 +169,13 @@ arcsech Inverse hyperbolic secant function. arccsch Inverse hyperbolic cosecant function. \endverbatim + \subsection command_vars Variables and constant + \verbatim + pi Trigonometric constant. + e Euler's number. + i Imaginary unit. + ins Result of last calculation. + \endverbatim \subsection command_exfunc Example script \verbatim round(1.5461);round(-1.5461);