amath/text/ident.cd

147 lines
5.8 KiB
Plaintext
Raw Normal View History

2015-04-08 21:01:23 +00:00
#language english
#version 0
2016-04-03 09:56:10 +00:00
; ###################################################################################
2015-04-09 09:28:25 +00:00
; ## Help texts for built-in functions in amath
; ## ------------------------------------------
; ##
2016-04-03 09:56:10 +00:00
; ## Generate code with:
2017-04-12 22:50:51 +00:00
; ## flexcat ident.cd ../src/loc/ident.h=ident.sd
2016-04-03 09:56:10 +00:00
; ##
; ###################################################################################
2021-01-11 19:37:42 +00:00
; ## Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
2016-04-03 09:56:10 +00:00
; ## All rights reserved.
2021-01-11 19:37:42 +00:00
; ##
2016-04-03 09:56:10 +00:00
; ## Redistribution and use in source and binary forms, with or without
; ## modification, are permitted provided that the following conditions are met:
2021-01-11 19:37:42 +00:00
; ##
2016-04-03 09:56:10 +00:00
; ## * Redistributions of source code must retain the above copyright notice, this
; ## list of conditions and the following disclaimer.
2021-01-11 19:37:42 +00:00
; ##
2016-04-03 09:56:10 +00:00
; ## * Redistributions in binary form must reproduce the above copyright notice,
; ## this list of conditions and the following disclaimer in the documentation
; ## and/or other materials provided with the distribution.
2021-01-11 19:37:42 +00:00
; ##
2016-04-03 09:56:10 +00:00
; ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
; ## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
; ## DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
; ## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
; ## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
; ## SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
; ## CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
; ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
; ## OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
; ###################################################################################
2017-03-11 22:37:45 +00:00
; message ID (ID number/min. string length/max. string length)
; native string
; ###################################################################################
abs (/20/)
No help is available for this function.#NEWLINE#
sgn (/20/)
No help is available for this function.#NEWLINE#
round (/20/)
No help is available for this function.#NEWLINE#
trunc (/20/)
No help is available for this function.#NEWLINE#
floor (/20/)
No help is available for this function.#NEWLINE#
ceil (/20/)
No help is available for this function.#NEWLINE#
sqr (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
cbr (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
lb (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
ln (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
lg (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
sin (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
cos (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
tan (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
cot (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
sec (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
csc (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
asin (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acos (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
atan (/20/)
2016-04-03 09:56:10 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acot (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
asec (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acsc (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
sinh (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
cosh (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
tanh (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
coth (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
sech (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
csch (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
asinh (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acosh (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
atanh (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acoth (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
asech (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acsch (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
ver (/20/)
The versed sine is an early appearing trigonometric function.#NEWLINE#It is equal to one minus the cosine.#NEWLINE#ver(x) = 1 - cos(x)#NEWLINE#
vcs (/20/)
The versed cosine is an early appearing trigonometric function.#NEWLINE#It is equal to one plus the cosine.#NEWLINE#ver(x) = 1 + cos(x)#NEWLINE#
cvs (/20/)
The coversed sine is an early appearing trigonometric function.#NEWLINE#It is equal to one minus the sine.#NEWLINE#ver(x) = 1 - sin(x)#NEWLINE#
cvc (/20/)
The coversed cosine is an early appearing trigonometric function.#NEWLINE#It is equal to one plus the sine.#NEWLINE#cvc(x) = 1 + sin(x)#NEWLINE#
hv (/20/)
No help is available for the haversed sine function.#NEWLINE#
hvc (/20/)
No help is available for the haversed cosine function.#NEWLINE#
hcv (/20/)
No help is available for the hacoversed sine function.#NEWLINE#
hcc (/20/)
No help is available for the hacoversed cosine function.#NEWLINE#
aver (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
avcs (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acvs (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
acvc (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
ahv (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
ahvc (/20/)
2015-04-01 12:43:50 +00:00
No help is available for this function.#NEWLINE#
2017-03-11 22:37:45 +00:00
ahcv (/20/)
The inverse hacoversed sine is not implemented in this version of amath.#NEWLINE#
ahcc (/20/)
The inverse hacoversed cosine is not implemented in this version of amath.#NEWLINE#
exsec (/20/)
No help is available for the exsecant function.#NEWLINE#
excsc (/20/)
No help is available for the excosecant function.#NEWLINE#
aexsec (/20/)
No help is available for the inverse exsecant function.#NEWLINE#
aexcsc (/20/)
No help is available for the inverse excosecant function.#NEWLINE#