amath
1.8.5
Simple command line calculator
File List
Here is a list of all files with brief descriptions:
[detail level
1
2
3
4
]
▼
src
►
clib
alloccpy.c
mem.c
memcpy.c
Copy a block of memory, handling overlap
memset.c
Fill block of memory with a constant value
strcmp.c
Compare two null terminated strings to each other
strlen.c
untag.c
►
cplex
cacos.c
cacosh.c
cacot.c
cacoth.c
cacsc.c
cacsch.c
casec.c
casech.c
casin.c
casinh.c
catan.c
catanh.c
ccbrt.c
ccos.c
ccosh.c
ccot.c
ccoth.c
ccsc.c
ccsch.c
cexp.c
clog.c
clog10.c
clogb.c
cpow.c
csec.c
csech.c
csgn.c
csin.c
csinh.c
csqrt.c
ctan.c
ctanh.c
prim.c
prim.h
Primitives in math library for handling complex numbers
►
lib
aengine.cpp
aengine.h
ANSI Console Engine
bigint.cpp
bigint.h
charbuf.cpp
charbuf.h
String and character array logic
charval.h
cplex.cpp
cplex.h
Class based handling of complex numbers
nnumb.cpp
nnumb.h
Class based handling of Infinity and Not A
Number
ntext.cpp
ntext.h
Text to numbers handling
ntextd.cpp
ntextd.h
ntextp.cpp
ntextp.h
numb.h
Class base handling of numbers
real.cpp
real.h
Class based handling of real numbers
►
loc
help.h
Help texts for statement
ident.h
Help texts for built-in functions
kword.h
Keywords used by lexer
text.h
Static texts in amath
►
main
►
function
absolute.cpp
absolute.h
aexcosecant.cpp
aexcosecant.h
aexsecant.cpp
aexsecant.h
arcchord.cpp
arcchord.h
arccos.cpp
arccos.h
arccosecant.cpp
arccosecant.h
arccotangent.cpp
arccotangent.h
arccovercosine.cpp
arccovercosine.h
arccoversine.cpp
arccoversine.h
archacovercosine.cpp
archacovercosine.h
archacoversine.cpp
archacoversine.h
archavercosine.cpp
archavercosine.h
archaversine.cpp
archaversine.h
arcsecant.cpp
arcsecant.h
arcsin.cpp
arcsin.h
arctan.cpp
arctan.h
arcvercosine.cpp
arcvercosine.h
arcversine.cpp
arcversine.h
ceil.cpp
ceil.h
chord.cpp
chord.h
cosecant.cpp
cosecant.h
cosine.cpp
cosine.h
cotangent.cpp
cotangent.h
covercos.cpp
covercos.h
coversin.cpp
coversin.h
cube.cpp
cube.h
defs.h
Function definitions for math logic
excosecant.cpp
excosecant.h
exsecant.cpp
exsecant.h
floor.cpp
floor.h
hacovercos.cpp
hacovercos.h
hacoversin.cpp
hacoversin.h
havercos.cpp
havercos.h
haversin.cpp
haversin.h
hyparccosecant.cpp
hyparccosecant.h
hyparccosine.cpp
hyparccosine.h
hyparccotangent.cpp
hyparccotangent.h
hyparcsecant.cpp
hyparcsecant.h
hyparcsine.cpp
hyparcsine.h
hyparctangent.cpp
hyparctangent.h
hypcosecant.cpp
hypcosecant.h
hypcosine.cpp
hypcosine.h
hypcotangent.cpp
hypcotangent.h
hypsecant.cpp
hypsecant.h
hypsine.cpp
hypsine.h
hyptangent.cpp
hyptangent.h
ln.cpp
ln.h
log10.cpp
log10.h
log2.cpp
log2.h
node.cpp
node.h
round.cpp
round.h
secant.cpp
secant.h
signum.cpp
signum.h
sine.cpp
sine.h
square.cpp
square.h
tangent.cpp
tangent.h
trunc.cpp
trunc.h
user.cpp
user.h
vercos.cpp
vercos.h
versin.cpp
versin.h
►
statement
about.cpp
about.h
clear.cpp
clear.h
delete.cpp
delete.h
digits.cpp
digits.h
draw.cpp
draw.h
empty.cpp
empty.h
eval.cpp
eval.h
execute.cpp
execute.h
exit.cpp
exit.h
funcdef.cpp
funcdef.h
funclist.cpp
funclist.h
help.cpp
help.h
input.cpp
input.h
license.cpp
license.h
list.cpp
list.h
load.cpp
load.h
memory.cpp
memory.h
node.cpp
node.h
output.cpp
output.h
plot.cpp
plot.h
prefs.cpp
prefs.h
prompt.cpp
prompt.h
save.cpp
save.h
show.cpp
show.h
silent.cpp
silent.h
version.cpp
version.h
evaluator.cpp
evaluator.h
fgrid.cpp
fgrid.h
Function grid used with graphs
functionalias.h
functionlist.cpp
functionlist.h
lexer.cpp
lexer.h
Application logic tied to
Lexer
nodes.cpp
nodes.h
Top nodes in syntax trees
operatordefs.h
Operator defitions used by lexer and other classes
operators.cpp
operators.h
Application logic tied to arithmetic operators
optimizer.cpp
optimizer.h
parser.cpp
parser.h
Application logic tied to
Parser
statements.h
symbol.h
Symbol defitions used by other classes
token.cpp
token.h
Application logic tied to
Token
userfunction.cpp
userfunction.h
values.cpp
values.h
Application logic tied to numbers and values
viewer.cpp
viewer.h
Debug class to view a syntax tree
►
real
acos.c
Inverse cosine function
acosh.c
Inverse hyperbolic cosine function
acot.c
Inverse cotangent function
acoth.c
Inverse hyperbolic cotangent function
acrd.c
Inverse chord function
acsc.c
Inverse cosecant function
acsch.c
Inverse hyperbolic cosecant function
acvc.c
Inverse versed cosine
acvs.c
Inverse coversed sine function
aexc.c
aexs.c
Inverse excosecant function
ahcc.c
Inverse hacoversed cosine
ahcv.c
Inverse hacoversed sine
ahv.c
Inverse haversed sine
ahvc.c
Inverse haversed cosine
asec.c
Inverse secant function
asech.c
Inverse hyperbolic secant function
asin.c
Inverse sine function
asinh.c
Inverse hyperbolic sine function
atan.c
Inverse tangent function
atan2.c
Inverse tangent function
atanh.c
Inverse hyperbolic tangent function
avcs.c
Inverse versed sine
aver.c
Inverse versed sine function
cbrt.c
Cube root function
ceil.c
Ceiling function
cos.c
Cosine function
cosh.c
Hyperbolic cosine function
cot.c
Cotangent function
coth.c
Hyperbolic cotangent function
crd.c
Chord function
csc.c
Cosecant function
csch.c
Hyperbolic cosecant function
csign.c
cvc.c
Coversed cosine function
cvs.c
Coversed sine function
exc.c
Excosecant function
exp.c
expm1.c
exs.c
Exsecant function
fabs.c
Absolute value function
floor.c
Floor function
fmod.c
Return x mod y in exact arithmetic
hcc.c
Hacoversed cosine function
hcv.c
Hacoversed sine function
hv.c
Haversed sine function
hvc.c
Haversed cosine function
hypot.c
kcos.c
Kernel cosine function
kremp2.c
Kernel reduction function
ksin.c
Kernel sin function
ktan.c
Kernel tan function
log.c
log10.c
Base 10 logarithm function
log1p.c
log2i.c
log2p.c
pow.c
Expontation function
prim.h
Primitives in math library for handling real numbers
remp2.c
round.c
Round function
scalbn.c
sec.c
sech.c
Hyperbolic secant function
sin.c
Sine function
sinh.c
Hyperbolic sine function
sqrt.c
Square root function
tan.c
Tangent function
tanh.c
Hyperbolic tangent function
trunc.c
Truncate function
vcs.c
Versed cosine function
ver.c
Secant function
►
system
console.cpp
console.h
Generic console system calls
console_amiga.cpp
console_amiga.h
Amiga OS specific console
console_stdc.cpp
console_stdc.h
Standard C console
console_termios.cpp
console_termios.h
Standard C and termios based console
console_windows.cpp
console_windows.h
Windows based console
filesystem.h
Generic file system calls
filesystem_amiga.cpp
filesystem_amiga.h
Amiga OS specific file system calls
filesystem_stdc.cpp
filesystem_stdc.h
Standard C compliant file system calls
language.cpp
language.h
language_amiga.cpp
language_amiga.h
language_stdc.cpp
language_stdc.h
preferences.cpp
preferences.h
preferences_amiga.cpp
preferences_amiga.h
preferences_stdc.cpp
preferences_stdc.h
program.cpp
program.h
Program
flow and global states
program_amiga.cpp
program_amiga.h
program_haiku.cpp
program_haiku.h
program_stdc.cpp
program_stdc.h
program_test.cpp
program_test.h
Tests for arithmetic logic
window_amiga.cpp
window_amiga.h
Amiga OS specific console window
window_haiku.cpp
window_haiku.h
amath.h
amathc.h
C functions for manipulating strings and memory
amatht.h
main.cpp
main.h
mathi.h
Complex numbers math library
mathr.h
Real numbers math library
Generated by
1.8.13