mirror of
https://gitlab.com/rnger/amath
synced 2025-10-06 10:59:56 +00:00
Minor bugfixes
This commit is contained in:
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
## version $VER: amath-help.catalog 1.60 (08.04.2015)
|
||||
## version $VER: amath-ident.catalog 1.60 (08.04.2015)
|
||||
## language dansk
|
||||
## codeset 0
|
||||
; #############################################################################
|
||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
## version $VER: amath-help.catalog 1.60 (08.04.2015)
|
||||
## version $VER: amath-text.catalog 1.60 (08.04.2015)
|
||||
## language dansk
|
||||
## codeset 0
|
||||
; #############################################################################
|
||||
|
@ -9,6 +9,8 @@
|
||||
; Build with:
|
||||
; flexcat ident.cd ../app/localize/ident.h=ident.sd
|
||||
; #############################################################################
|
||||
#language english
|
||||
#version 0
|
||||
abs (/40/)
|
||||
The absolute value (or modulus) |x| of a real number x is the#NEWLINE#non-negative value of x without regard to its sign.#NEWLINE##SYNTAXHIGHLIGHT#Example: abs(-237.25)#NORMALTEXT##NEWLINE#
|
||||
sgn (/40/)
|
||||
|
@ -27,6 +27,8 @@
|
||||
; Build with:
|
||||
; flexcat text.cd ../app/localize/text.h=text.sd
|
||||
; #############################################################################
|
||||
#language english
|
||||
#version 0
|
||||
INTROMSG (/4/)
|
||||
#NORMALTEXT##BOLD##STARTMSG##NEWLINE##NORMALTEXT##COLOR02##ITALICS#Type help to show info.#NEWLINE#
|
||||
TXTLISTDIRHEADER (/4/)
|
||||
|
Reference in New Issue
Block a user