├── .github ├── ISSUE_TEMPLATE │ ├── calc-bug-report.md │ └── feature_request.md ├── dependabot.yml └── workflows │ ├── codeql-analysis.yml │ └── dependency-review.yml ├── .gitignore ├── .lldbinit ├── BUGS ├── CHANGES ├── CODE_OF_CONDUCT.md ├── CONTRIB-CODE ├── CONTRIBUTING.md ├── COPYING ├── COPYING-LGPL ├── HOWTO.INSTALL ├── LIBRARY ├── Makefile ├── Makefile.config ├── Makefile.local ├── Makefile.target ├── QUESTIONS ├── README.FIRST ├── README.RELEASE ├── README.WINDOWS ├── README.md ├── SECURITY.md ├── addop.c ├── align32.c ├── alloc.h ├── assocfunc.c ├── attribute.h ├── banned.h ├── blkcpy.c ├── blkcpy.h ├── block.c ├── block.h ├── bool.h ├── byteswap.c ├── byteswap.h ├── cal ├── Makefile ├── README ├── alg_config.cal ├── beer.cal ├── bernoulli.cal ├── bernpoly.cal ├── bigprime.cal ├── bindings ├── brentsolve.cal ├── chi.cal ├── chrem.cal ├── comma.cal ├── constants.cal ├── deg.cal ├── dms.cal ├── dotest.cal ├── ellip.cal ├── factorial.cal ├── factorial2.cal ├── fnv_tool.cal ├── gvec.cal ├── hello.cal ├── hms.cal ├── infinities.cal ├── intfile.cal ├── intnum.cal ├── lambertw.cal ├── linear.cal ├── lnseries.cal ├── lucas.cal ├── lucas_chk.cal ├── mersenne.cal ├── mfactor.cal ├── mod.cal ├── natnumset.cal ├── palindrome.cal ├── pell.cal ├── pi.cal ├── pix.cal ├── pollard.cal ├── poly.cal ├── prompt.cal ├── psqrt.cal ├── qtime.cal ├── quat.cal ├── randbitrun.cal ├── randmprime.cal ├── randombitrun.cal ├── randomrun.cal ├── randrun.cal ├── regress.cal ├── repeat.cal ├── screen.cal ├── seedrandom.cal ├── set8700.line ├── smallfactors.cal ├── solve.cal ├── specialfunctions.cal ├── splitbits.cal ├── statistics.cal ├── strings.cal ├── sumsq.cal ├── sumtimes.cal ├── surd.cal ├── test2300.obj_incdec.cal ├── test2600.numfunc.cal ├── test2700.isqrt.cal ├── test3100.matobj.cal ├── test3300.det.cal ├── test3400.trig.cal ├── test4000.ptest.cal ├── test4100.redc.cal ├── test4600.fileop.cal ├── test5100.newdecl.cal ├── test5200.globstat.cal ├── test8000.read.cal ├── test8400.quit.cal ├── test8500.divmod.cal ├── test8600.maxargs.cal ├── test8700.dotest.cal ├── test8900.special.cal ├── test9300.frem.cal ├── test9500.trigeq.cal ├── toomcook.cal ├── unitfrac.cal ├── varargs.cal ├── write2file.cal ├── xx_print.cal └── zeta2.cal ├── calc.c ├── calc.h ├── calc.man ├── calc.spec.in ├── charbit.c ├── check.awk ├── chk_c.c ├── chk_tree ├── cmath.h ├── codegen.c ├── comfunc.c ├── commath.c ├── config.c ├── config.h ├── const.c ├── cscript ├── 4dsphere.calc ├── Makefile ├── README.src ├── fproduct.calc ├── mersenne.calc ├── piforever.calc ├── plus.calc ├── powerterm.calc ├── simple.calc └── square.calc ├── custom.c ├── custom.h ├── custom ├── CUSTOM_CAL ├── HOW_TO_ADD ├── Makefile ├── argv ├── argv.cal ├── c_argv.c ├── c_devnull.c ├── c_help.c ├── c_pmodm127.c ├── c_pzasusb8.c ├── c_register.c ├── c_sysinfo.c ├── custtbl.c ├── devnull ├── halflen.cal ├── help ├── pfe ├── pfe.cal ├── pmodm127 ├── pmodm127.cal ├── pzasusb8 ├── pzasusb8.cal ├── register ├── register.cal ├── sysinfo └── u_pfe.c ├── decl.h ├── endian.c ├── errtbl.c ├── errtbl.h ├── file.c ├── file.h ├── fposval.c ├── fposval.h.def ├── func.c ├── func.h ├── hash.c ├── hash.h ├── have_arc4random.c ├── have_ban_pragma.c ├── have_const.c ├── have_environ.c ├── have_fgetsetpos.c ├── have_fpos_pos.c ├── have_getpgid.c ├── have_getprid.c ├── have_getsid.c ├── have_gettime.c ├── have_newstr.c ├── have_offscl.c ├── have_posscl.c ├── have_rusage.c ├── have_statfs.c ├── have_stdvs.c ├── have_strdup.c ├── have_strlcat.c ├── have_strlcpy.c ├── have_uid_t.c ├── have_unused.c ├── have_ustat.c ├── have_varvs.c ├── help.c ├── help ├── Makefile ├── abs ├── access ├── acos ├── acosh ├── acot ├── acoth ├── acovercos ├── acoversin ├── acrd ├── acsc ├── acsch ├── address ├── aexcsc ├── aexsec ├── agd ├── ahacovercos ├── ahacoversin ├── ahavercos ├── ahaversin ├── append ├── appr ├── archive ├── arg ├── argv ├── arrow ├── asec ├── asech ├── asin ├── asinh ├── assign ├── assoc ├── atan ├── atan2 ├── atanh ├── avercos ├── aversin ├── avg ├── base ├── base2 ├── bernoulli ├── bit ├── blk ├── blkcpy ├── blkfree ├── blocks ├── bround ├── btrunc ├── builtin.end ├── builtin.top ├── calc_tty ├── calclevel ├── calcpath ├── cas ├── catalan ├── ceil ├── cfappr ├── cfsim ├── char ├── cis ├── cmdbuf ├── cmp ├── comb ├── command ├── config ├── conj ├── cos ├── cosh ├── cot ├── coth ├── count ├── covercos ├── coversin ├── cp ├── crd ├── credit ├── csc ├── csch ├── ctime ├── custom ├── d2dm ├── d2dms ├── d2g ├── d2r ├── define ├── delete ├── den ├── dereference ├── det ├── digit ├── digits ├── display ├── dms2d ├── dp ├── environment ├── epsilon ├── errcount ├── errmax ├── errno ├── error ├── errsym ├── estr ├── euler ├── eval ├── excsc ├── exp ├── expression ├── exsec ├── fact ├── factor ├── fclose ├── fcnt ├── feof ├── ferror ├── fflush ├── fgetc ├── fgetfield ├── fgetfile ├── fgetline ├── fgets ├── fgetstr ├── fib ├── file ├── files ├── floor ├── fopen ├── forall ├── fpathopen ├── fprintf ├── fputc ├── fputs ├── fputstr ├── frac ├── free ├── freebernoulli ├── freeeuler ├── freeglobals ├── freeredc ├── freestatics ├── frem ├── freopen ├── fscan ├── fscanf ├── fseek ├── fsize ├── ftell ├── funclist.sed ├── g2d ├── g2gm ├── g2gms ├── g2r ├── gcd ├── gcdrem ├── gd ├── getenv ├── gms2g ├── h2hm ├── h2hms ├── hacovercos ├── hacoversin ├── hash ├── havercos ├── haversin ├── head ├── help ├── highbit ├── history ├── hmean ├── hms2h ├── hnrmod ├── hypot ├── ilog ├── ilog10 ├── ilog2 ├── im ├── indices ├── inputlevel ├── insert ├── int ├── interrupt ├── intro ├── inverse ├── iroot ├── isalnum ├── isalpha ├── isassoc ├── isatty ├── isblk ├── iscntrl ├── isconfig ├── isdefined ├── isdigit ├── iserror ├── iseven ├── isfile ├── isgraph ├── ishash ├── isident ├── isint ├── islist ├── islower ├── ismat ├── ismult ├── isnull ├── isnum ├── isobj ├── isobjtype ├── isodd ├── isprime ├── isprint ├── isptr ├── ispunct ├── isqrt ├── isrand ├── israndom ├── isreal ├── isrel ├── issimple ├── isspace ├── issq ├── isstr ├── istype ├── isupper ├── isxdigit ├── jacobi ├── join ├── lcm ├── lcmfact ├── lfactor ├── list ├── ln ├── log ├── log2 ├── logn ├── lowbit ├── ltol ├── makelist ├── mat ├── matdim ├── matfill ├── matmax ├── matmin ├── matsum ├── mattrace ├── mattrans ├── max ├── memsize ├── meq ├── min ├── minv ├── mmin ├── mne ├── mod ├── modify ├── name ├── near ├── newerror ├── nextcand ├── nextprime ├── norm ├── null ├── num ├── obj.file ├── oldvalue ├── operator ├── ord ├── overview ├── param ├── perm ├── pfact ├── pi ├── pix ├── places ├── pmod ├── polar ├── poly ├── pop ├── popcnt ├── pound ├── power ├── prevcand ├── prevprime ├── printf ├── prompt ├── protect ├── ptest ├── push ├── putenv ├── quo ├── quomod ├── r2d ├── r2g ├── rand ├── randbit ├── random ├── randombit ├── randperm ├── rcin ├── rcmul ├── rcout ├── rcpow ├── rcsq ├── re ├── remove ├── reverse ├── rewind ├── rm ├── root ├── round ├── rsearch ├── runtime ├── saveval ├── scale ├── scan ├── scanf ├── script ├── search ├── sec ├── sech ├── seed ├── segment ├── select ├── sgn ├── sha1 ├── sin ├── sinh ├── size ├── sizeof ├── sleep ├── sort ├── sqrt ├── srand ├── srandom ├── ssq ├── statement ├── stoponerror ├── str ├── strcasecmp ├── strcat ├── strcmp ├── strcpy ├── strerror ├── strlen ├── strncasecmp ├── strncmp ├── strncpy ├── strpos ├── strprintf ├── strscan ├── strscanf ├── strtolower ├── strtoupper ├── substr ├── sum ├── swap ├── system ├── systime ├── tail ├── tan ├── tanh ├── test ├── time ├── todo ├── trunc ├── types ├── unexpected ├── usertime ├── variable ├── vercos ├── versin ├── version ├── wishlist └── xor ├── hist.c ├── hist.h ├── input.c ├── int.h ├── jump.c ├── jump.h ├── label.c ├── label.h ├── lib_calc.c ├── lib_calc.h ├── lib_util.c ├── lib_util.h ├── listfunc.c ├── longbits.c ├── matfunc.c ├── math_error.c ├── nametype.h ├── obj.c ├── opcodes.c ├── opcodes.h ├── pix.c ├── poly.c ├── prime.c ├── prime.h ├── qfunc.c ├── qio.c ├── qmath.c ├── qmath.h ├── qmod.c ├── qtrans.c ├── quickhash.c ├── rpm.mk ├── sample.README ├── sample_many.c ├── sample_rand.c ├── seed.c ├── sha1.c ├── sha1.h ├── size.c ├── str.c ├── str.h ├── strl.c ├── strl.h ├── symbol.c ├── symbol.h ├── token.c ├── token.h ├── trailblank ├── update_ver ├── value.c ├── value.h ├── version.c ├── version.h ├── zfunc.c ├── zio.c ├── zmath.c ├── zmath.h ├── zmod.c ├── zmul.c ├── zprime.c ├── zrand.c ├── zrand.h ├── zrandom.c └── zrandom.h /.github/ISSUE_TEMPLATE/calc-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.github/ISSUE_TEMPLATE/calc-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.gitignore -------------------------------------------------------------------------------- /.lldbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/.lldbinit -------------------------------------------------------------------------------- /BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/BUGS -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/CHANGES -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIB-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/CONTRIB-CODE -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING-LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/COPYING-LGPL -------------------------------------------------------------------------------- /HOWTO.INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/HOWTO.INSTALL -------------------------------------------------------------------------------- /LIBRARY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/LIBRARY -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/Makefile.config -------------------------------------------------------------------------------- /Makefile.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/Makefile.local -------------------------------------------------------------------------------- /Makefile.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/Makefile.target -------------------------------------------------------------------------------- /QUESTIONS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/QUESTIONS -------------------------------------------------------------------------------- /README.FIRST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/README.FIRST -------------------------------------------------------------------------------- /README.RELEASE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/README.RELEASE -------------------------------------------------------------------------------- /README.WINDOWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/README.WINDOWS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/SECURITY.md -------------------------------------------------------------------------------- /addop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/addop.c -------------------------------------------------------------------------------- /align32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/align32.c -------------------------------------------------------------------------------- /alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/alloc.h -------------------------------------------------------------------------------- /assocfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/assocfunc.c -------------------------------------------------------------------------------- /attribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/attribute.h -------------------------------------------------------------------------------- /banned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/banned.h -------------------------------------------------------------------------------- /blkcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/blkcpy.c -------------------------------------------------------------------------------- /blkcpy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/blkcpy.h -------------------------------------------------------------------------------- /block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/block.c -------------------------------------------------------------------------------- /block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/block.h -------------------------------------------------------------------------------- /bool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/bool.h -------------------------------------------------------------------------------- /byteswap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/byteswap.c -------------------------------------------------------------------------------- /byteswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/byteswap.h -------------------------------------------------------------------------------- /cal/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/Makefile -------------------------------------------------------------------------------- /cal/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/README -------------------------------------------------------------------------------- /cal/alg_config.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/alg_config.cal -------------------------------------------------------------------------------- /cal/beer.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/beer.cal -------------------------------------------------------------------------------- /cal/bernoulli.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/bernoulli.cal -------------------------------------------------------------------------------- /cal/bernpoly.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/bernpoly.cal -------------------------------------------------------------------------------- /cal/bigprime.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/bigprime.cal -------------------------------------------------------------------------------- /cal/bindings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/bindings -------------------------------------------------------------------------------- /cal/brentsolve.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/brentsolve.cal -------------------------------------------------------------------------------- /cal/chi.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/chi.cal -------------------------------------------------------------------------------- /cal/chrem.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/chrem.cal -------------------------------------------------------------------------------- /cal/comma.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/comma.cal -------------------------------------------------------------------------------- /cal/constants.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/constants.cal -------------------------------------------------------------------------------- /cal/deg.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/deg.cal -------------------------------------------------------------------------------- /cal/dms.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/dms.cal -------------------------------------------------------------------------------- /cal/dotest.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/dotest.cal -------------------------------------------------------------------------------- /cal/ellip.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/ellip.cal -------------------------------------------------------------------------------- /cal/factorial.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/factorial.cal -------------------------------------------------------------------------------- /cal/factorial2.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/factorial2.cal -------------------------------------------------------------------------------- /cal/fnv_tool.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/fnv_tool.cal -------------------------------------------------------------------------------- /cal/gvec.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/gvec.cal -------------------------------------------------------------------------------- /cal/hello.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/hello.cal -------------------------------------------------------------------------------- /cal/hms.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/hms.cal -------------------------------------------------------------------------------- /cal/infinities.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/infinities.cal -------------------------------------------------------------------------------- /cal/intfile.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/intfile.cal -------------------------------------------------------------------------------- /cal/intnum.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/intnum.cal -------------------------------------------------------------------------------- /cal/lambertw.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/lambertw.cal -------------------------------------------------------------------------------- /cal/linear.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/linear.cal -------------------------------------------------------------------------------- /cal/lnseries.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/lnseries.cal -------------------------------------------------------------------------------- /cal/lucas.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/lucas.cal -------------------------------------------------------------------------------- /cal/lucas_chk.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/lucas_chk.cal -------------------------------------------------------------------------------- /cal/mersenne.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/mersenne.cal -------------------------------------------------------------------------------- /cal/mfactor.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/mfactor.cal -------------------------------------------------------------------------------- /cal/mod.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/mod.cal -------------------------------------------------------------------------------- /cal/natnumset.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/natnumset.cal -------------------------------------------------------------------------------- /cal/palindrome.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/palindrome.cal -------------------------------------------------------------------------------- /cal/pell.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/pell.cal -------------------------------------------------------------------------------- /cal/pi.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/pi.cal -------------------------------------------------------------------------------- /cal/pix.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/pix.cal -------------------------------------------------------------------------------- /cal/pollard.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/pollard.cal -------------------------------------------------------------------------------- /cal/poly.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/poly.cal -------------------------------------------------------------------------------- /cal/prompt.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/prompt.cal -------------------------------------------------------------------------------- /cal/psqrt.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/psqrt.cal -------------------------------------------------------------------------------- /cal/qtime.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/qtime.cal -------------------------------------------------------------------------------- /cal/quat.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/quat.cal -------------------------------------------------------------------------------- /cal/randbitrun.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/randbitrun.cal -------------------------------------------------------------------------------- /cal/randmprime.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/randmprime.cal -------------------------------------------------------------------------------- /cal/randombitrun.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/randombitrun.cal -------------------------------------------------------------------------------- /cal/randomrun.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/randomrun.cal -------------------------------------------------------------------------------- /cal/randrun.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/randrun.cal -------------------------------------------------------------------------------- /cal/regress.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/regress.cal -------------------------------------------------------------------------------- /cal/repeat.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/repeat.cal -------------------------------------------------------------------------------- /cal/screen.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/screen.cal -------------------------------------------------------------------------------- /cal/seedrandom.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/seedrandom.cal -------------------------------------------------------------------------------- /cal/set8700.line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/set8700.line -------------------------------------------------------------------------------- /cal/smallfactors.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/smallfactors.cal -------------------------------------------------------------------------------- /cal/solve.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/solve.cal -------------------------------------------------------------------------------- /cal/specialfunctions.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/specialfunctions.cal -------------------------------------------------------------------------------- /cal/splitbits.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/splitbits.cal -------------------------------------------------------------------------------- /cal/statistics.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/statistics.cal -------------------------------------------------------------------------------- /cal/strings.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/strings.cal -------------------------------------------------------------------------------- /cal/sumsq.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/sumsq.cal -------------------------------------------------------------------------------- /cal/sumtimes.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/sumtimes.cal -------------------------------------------------------------------------------- /cal/surd.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/surd.cal -------------------------------------------------------------------------------- /cal/test2300.obj_incdec.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test2300.obj_incdec.cal -------------------------------------------------------------------------------- /cal/test2600.numfunc.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test2600.numfunc.cal -------------------------------------------------------------------------------- /cal/test2700.isqrt.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test2700.isqrt.cal -------------------------------------------------------------------------------- /cal/test3100.matobj.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test3100.matobj.cal -------------------------------------------------------------------------------- /cal/test3300.det.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test3300.det.cal -------------------------------------------------------------------------------- /cal/test3400.trig.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test3400.trig.cal -------------------------------------------------------------------------------- /cal/test4000.ptest.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test4000.ptest.cal -------------------------------------------------------------------------------- /cal/test4100.redc.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test4100.redc.cal -------------------------------------------------------------------------------- /cal/test4600.fileop.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test4600.fileop.cal -------------------------------------------------------------------------------- /cal/test5100.newdecl.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test5100.newdecl.cal -------------------------------------------------------------------------------- /cal/test5200.globstat.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test5200.globstat.cal -------------------------------------------------------------------------------- /cal/test8000.read.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test8000.read.cal -------------------------------------------------------------------------------- /cal/test8400.quit.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test8400.quit.cal -------------------------------------------------------------------------------- /cal/test8500.divmod.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test8500.divmod.cal -------------------------------------------------------------------------------- /cal/test8600.maxargs.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test8600.maxargs.cal -------------------------------------------------------------------------------- /cal/test8700.dotest.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test8700.dotest.cal -------------------------------------------------------------------------------- /cal/test8900.special.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test8900.special.cal -------------------------------------------------------------------------------- /cal/test9300.frem.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test9300.frem.cal -------------------------------------------------------------------------------- /cal/test9500.trigeq.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/test9500.trigeq.cal -------------------------------------------------------------------------------- /cal/toomcook.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/toomcook.cal -------------------------------------------------------------------------------- /cal/unitfrac.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/unitfrac.cal -------------------------------------------------------------------------------- /cal/varargs.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/varargs.cal -------------------------------------------------------------------------------- /cal/write2file.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/write2file.cal -------------------------------------------------------------------------------- /cal/xx_print.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/xx_print.cal -------------------------------------------------------------------------------- /cal/zeta2.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cal/zeta2.cal -------------------------------------------------------------------------------- /calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/calc.c -------------------------------------------------------------------------------- /calc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/calc.h -------------------------------------------------------------------------------- /calc.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/calc.man -------------------------------------------------------------------------------- /calc.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/calc.spec.in -------------------------------------------------------------------------------- /charbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/charbit.c -------------------------------------------------------------------------------- /check.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/check.awk -------------------------------------------------------------------------------- /chk_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/chk_c.c -------------------------------------------------------------------------------- /chk_tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/chk_tree -------------------------------------------------------------------------------- /cmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cmath.h -------------------------------------------------------------------------------- /codegen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/codegen.c -------------------------------------------------------------------------------- /comfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/comfunc.c -------------------------------------------------------------------------------- /commath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/commath.c -------------------------------------------------------------------------------- /config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/config.c -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/config.h -------------------------------------------------------------------------------- /const.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/const.c -------------------------------------------------------------------------------- /cscript/4dsphere.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/4dsphere.calc -------------------------------------------------------------------------------- /cscript/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/Makefile -------------------------------------------------------------------------------- /cscript/README.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/README.src -------------------------------------------------------------------------------- /cscript/fproduct.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/fproduct.calc -------------------------------------------------------------------------------- /cscript/mersenne.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/mersenne.calc -------------------------------------------------------------------------------- /cscript/piforever.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/piforever.calc -------------------------------------------------------------------------------- /cscript/plus.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/plus.calc -------------------------------------------------------------------------------- /cscript/powerterm.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/powerterm.calc -------------------------------------------------------------------------------- /cscript/simple.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/simple.calc -------------------------------------------------------------------------------- /cscript/square.calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/cscript/square.calc -------------------------------------------------------------------------------- /custom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom.c -------------------------------------------------------------------------------- /custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom.h -------------------------------------------------------------------------------- /custom/CUSTOM_CAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/CUSTOM_CAL -------------------------------------------------------------------------------- /custom/HOW_TO_ADD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/HOW_TO_ADD -------------------------------------------------------------------------------- /custom/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/Makefile -------------------------------------------------------------------------------- /custom/argv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/argv -------------------------------------------------------------------------------- /custom/argv.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/argv.cal -------------------------------------------------------------------------------- /custom/c_argv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_argv.c -------------------------------------------------------------------------------- /custom/c_devnull.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_devnull.c -------------------------------------------------------------------------------- /custom/c_help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_help.c -------------------------------------------------------------------------------- /custom/c_pmodm127.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_pmodm127.c -------------------------------------------------------------------------------- /custom/c_pzasusb8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_pzasusb8.c -------------------------------------------------------------------------------- /custom/c_register.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_register.c -------------------------------------------------------------------------------- /custom/c_sysinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/c_sysinfo.c -------------------------------------------------------------------------------- /custom/custtbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/custtbl.c -------------------------------------------------------------------------------- /custom/devnull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/devnull -------------------------------------------------------------------------------- /custom/halflen.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/halflen.cal -------------------------------------------------------------------------------- /custom/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/help -------------------------------------------------------------------------------- /custom/pfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/pfe -------------------------------------------------------------------------------- /custom/pfe.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/pfe.cal -------------------------------------------------------------------------------- /custom/pmodm127: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/pmodm127 -------------------------------------------------------------------------------- /custom/pmodm127.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/pmodm127.cal -------------------------------------------------------------------------------- /custom/pzasusb8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/pzasusb8 -------------------------------------------------------------------------------- /custom/pzasusb8.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/pzasusb8.cal -------------------------------------------------------------------------------- /custom/register: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/register -------------------------------------------------------------------------------- /custom/register.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/register.cal -------------------------------------------------------------------------------- /custom/sysinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/sysinfo -------------------------------------------------------------------------------- /custom/u_pfe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/custom/u_pfe.c -------------------------------------------------------------------------------- /decl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/decl.h -------------------------------------------------------------------------------- /endian.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/endian.c -------------------------------------------------------------------------------- /errtbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/errtbl.c -------------------------------------------------------------------------------- /errtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/errtbl.h -------------------------------------------------------------------------------- /file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/file.c -------------------------------------------------------------------------------- /file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/file.h -------------------------------------------------------------------------------- /fposval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/fposval.c -------------------------------------------------------------------------------- /fposval.h.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/fposval.h.def -------------------------------------------------------------------------------- /func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/func.c -------------------------------------------------------------------------------- /func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/func.h -------------------------------------------------------------------------------- /hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/hash.c -------------------------------------------------------------------------------- /hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/hash.h -------------------------------------------------------------------------------- /have_arc4random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_arc4random.c -------------------------------------------------------------------------------- /have_ban_pragma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_ban_pragma.c -------------------------------------------------------------------------------- /have_const.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_const.c -------------------------------------------------------------------------------- /have_environ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_environ.c -------------------------------------------------------------------------------- /have_fgetsetpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_fgetsetpos.c -------------------------------------------------------------------------------- /have_fpos_pos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_fpos_pos.c -------------------------------------------------------------------------------- /have_getpgid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_getpgid.c -------------------------------------------------------------------------------- /have_getprid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_getprid.c -------------------------------------------------------------------------------- /have_getsid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_getsid.c -------------------------------------------------------------------------------- /have_gettime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_gettime.c -------------------------------------------------------------------------------- /have_newstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_newstr.c -------------------------------------------------------------------------------- /have_offscl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_offscl.c -------------------------------------------------------------------------------- /have_posscl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_posscl.c -------------------------------------------------------------------------------- /have_rusage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_rusage.c -------------------------------------------------------------------------------- /have_statfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_statfs.c -------------------------------------------------------------------------------- /have_stdvs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_stdvs.c -------------------------------------------------------------------------------- /have_strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_strdup.c -------------------------------------------------------------------------------- /have_strlcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_strlcat.c -------------------------------------------------------------------------------- /have_strlcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_strlcpy.c -------------------------------------------------------------------------------- /have_uid_t.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_uid_t.c -------------------------------------------------------------------------------- /have_unused.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_unused.c -------------------------------------------------------------------------------- /have_ustat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_ustat.c -------------------------------------------------------------------------------- /have_varvs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/have_varvs.c -------------------------------------------------------------------------------- /help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help.c -------------------------------------------------------------------------------- /help/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/Makefile -------------------------------------------------------------------------------- /help/abs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/abs -------------------------------------------------------------------------------- /help/access: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/access -------------------------------------------------------------------------------- /help/acos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acos -------------------------------------------------------------------------------- /help/acosh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acosh -------------------------------------------------------------------------------- /help/acot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acot -------------------------------------------------------------------------------- /help/acoth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acoth -------------------------------------------------------------------------------- /help/acovercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acovercos -------------------------------------------------------------------------------- /help/acoversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acoversin -------------------------------------------------------------------------------- /help/acrd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acrd -------------------------------------------------------------------------------- /help/acsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acsc -------------------------------------------------------------------------------- /help/acsch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/acsch -------------------------------------------------------------------------------- /help/address: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/address -------------------------------------------------------------------------------- /help/aexcsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/aexcsc -------------------------------------------------------------------------------- /help/aexsec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/aexsec -------------------------------------------------------------------------------- /help/agd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/agd -------------------------------------------------------------------------------- /help/ahacovercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ahacovercos -------------------------------------------------------------------------------- /help/ahacoversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ahacoversin -------------------------------------------------------------------------------- /help/ahavercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ahavercos -------------------------------------------------------------------------------- /help/ahaversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ahaversin -------------------------------------------------------------------------------- /help/append: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/append -------------------------------------------------------------------------------- /help/appr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/appr -------------------------------------------------------------------------------- /help/archive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/archive -------------------------------------------------------------------------------- /help/arg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/arg -------------------------------------------------------------------------------- /help/argv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/argv -------------------------------------------------------------------------------- /help/arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/arrow -------------------------------------------------------------------------------- /help/asec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/asec -------------------------------------------------------------------------------- /help/asech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/asech -------------------------------------------------------------------------------- /help/asin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/asin -------------------------------------------------------------------------------- /help/asinh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/asinh -------------------------------------------------------------------------------- /help/assign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/assign -------------------------------------------------------------------------------- /help/assoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/assoc -------------------------------------------------------------------------------- /help/atan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/atan -------------------------------------------------------------------------------- /help/atan2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/atan2 -------------------------------------------------------------------------------- /help/atanh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/atanh -------------------------------------------------------------------------------- /help/avercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/avercos -------------------------------------------------------------------------------- /help/aversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/aversin -------------------------------------------------------------------------------- /help/avg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/avg -------------------------------------------------------------------------------- /help/base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/base -------------------------------------------------------------------------------- /help/base2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/base2 -------------------------------------------------------------------------------- /help/bernoulli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/bernoulli -------------------------------------------------------------------------------- /help/bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/bit -------------------------------------------------------------------------------- /help/blk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/blk -------------------------------------------------------------------------------- /help/blkcpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/blkcpy -------------------------------------------------------------------------------- /help/blkfree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/blkfree -------------------------------------------------------------------------------- /help/blocks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/blocks -------------------------------------------------------------------------------- /help/bround: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/bround -------------------------------------------------------------------------------- /help/btrunc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/btrunc -------------------------------------------------------------------------------- /help/builtin.end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/builtin.end -------------------------------------------------------------------------------- /help/builtin.top: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/builtin.top -------------------------------------------------------------------------------- /help/calc_tty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/calc_tty -------------------------------------------------------------------------------- /help/calclevel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/calclevel -------------------------------------------------------------------------------- /help/calcpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/calcpath -------------------------------------------------------------------------------- /help/cas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cas -------------------------------------------------------------------------------- /help/catalan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/catalan -------------------------------------------------------------------------------- /help/ceil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ceil -------------------------------------------------------------------------------- /help/cfappr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cfappr -------------------------------------------------------------------------------- /help/cfsim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cfsim -------------------------------------------------------------------------------- /help/char: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/char -------------------------------------------------------------------------------- /help/cis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cis -------------------------------------------------------------------------------- /help/cmdbuf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cmdbuf -------------------------------------------------------------------------------- /help/cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cmp -------------------------------------------------------------------------------- /help/comb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/comb -------------------------------------------------------------------------------- /help/command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/command -------------------------------------------------------------------------------- /help/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/config -------------------------------------------------------------------------------- /help/conj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/conj -------------------------------------------------------------------------------- /help/cos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cos -------------------------------------------------------------------------------- /help/cosh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cosh -------------------------------------------------------------------------------- /help/cot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cot -------------------------------------------------------------------------------- /help/coth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/coth -------------------------------------------------------------------------------- /help/count: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/count -------------------------------------------------------------------------------- /help/covercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/covercos -------------------------------------------------------------------------------- /help/coversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/coversin -------------------------------------------------------------------------------- /help/cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/cp -------------------------------------------------------------------------------- /help/crd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/crd -------------------------------------------------------------------------------- /help/credit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/credit -------------------------------------------------------------------------------- /help/csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/csc -------------------------------------------------------------------------------- /help/csch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/csch -------------------------------------------------------------------------------- /help/ctime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ctime -------------------------------------------------------------------------------- /help/custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/custom -------------------------------------------------------------------------------- /help/d2dm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/d2dm -------------------------------------------------------------------------------- /help/d2dms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/d2dms -------------------------------------------------------------------------------- /help/d2g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/d2g -------------------------------------------------------------------------------- /help/d2r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/d2r -------------------------------------------------------------------------------- /help/define: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/define -------------------------------------------------------------------------------- /help/delete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/delete -------------------------------------------------------------------------------- /help/den: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/den -------------------------------------------------------------------------------- /help/dereference: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/dereference -------------------------------------------------------------------------------- /help/det: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/det -------------------------------------------------------------------------------- /help/digit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/digit -------------------------------------------------------------------------------- /help/digits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/digits -------------------------------------------------------------------------------- /help/display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/display -------------------------------------------------------------------------------- /help/dms2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/dms2d -------------------------------------------------------------------------------- /help/dp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/dp -------------------------------------------------------------------------------- /help/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/environment -------------------------------------------------------------------------------- /help/epsilon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/epsilon -------------------------------------------------------------------------------- /help/errcount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/errcount -------------------------------------------------------------------------------- /help/errmax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/errmax -------------------------------------------------------------------------------- /help/errno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/errno -------------------------------------------------------------------------------- /help/error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/error -------------------------------------------------------------------------------- /help/errsym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/errsym -------------------------------------------------------------------------------- /help/estr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/estr -------------------------------------------------------------------------------- /help/euler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/euler -------------------------------------------------------------------------------- /help/eval: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/eval -------------------------------------------------------------------------------- /help/excsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/excsc -------------------------------------------------------------------------------- /help/exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/exp -------------------------------------------------------------------------------- /help/expression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/expression -------------------------------------------------------------------------------- /help/exsec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/exsec -------------------------------------------------------------------------------- /help/fact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fact -------------------------------------------------------------------------------- /help/factor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/factor -------------------------------------------------------------------------------- /help/fclose: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fclose -------------------------------------------------------------------------------- /help/fcnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fcnt -------------------------------------------------------------------------------- /help/feof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/feof -------------------------------------------------------------------------------- /help/ferror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ferror -------------------------------------------------------------------------------- /help/fflush: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fflush -------------------------------------------------------------------------------- /help/fgetc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fgetc -------------------------------------------------------------------------------- /help/fgetfield: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fgetfield -------------------------------------------------------------------------------- /help/fgetfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fgetfile -------------------------------------------------------------------------------- /help/fgetline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fgetline -------------------------------------------------------------------------------- /help/fgets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fgets -------------------------------------------------------------------------------- /help/fgetstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fgetstr -------------------------------------------------------------------------------- /help/fib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fib -------------------------------------------------------------------------------- /help/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/file -------------------------------------------------------------------------------- /help/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/files -------------------------------------------------------------------------------- /help/floor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/floor -------------------------------------------------------------------------------- /help/fopen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fopen -------------------------------------------------------------------------------- /help/forall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/forall -------------------------------------------------------------------------------- /help/fpathopen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fpathopen -------------------------------------------------------------------------------- /help/fprintf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fprintf -------------------------------------------------------------------------------- /help/fputc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fputc -------------------------------------------------------------------------------- /help/fputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fputs -------------------------------------------------------------------------------- /help/fputstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fputstr -------------------------------------------------------------------------------- /help/frac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/frac -------------------------------------------------------------------------------- /help/free: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/free -------------------------------------------------------------------------------- /help/freebernoulli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/freebernoulli -------------------------------------------------------------------------------- /help/freeeuler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/freeeuler -------------------------------------------------------------------------------- /help/freeglobals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/freeglobals -------------------------------------------------------------------------------- /help/freeredc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/freeredc -------------------------------------------------------------------------------- /help/freestatics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/freestatics -------------------------------------------------------------------------------- /help/frem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/frem -------------------------------------------------------------------------------- /help/freopen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/freopen -------------------------------------------------------------------------------- /help/fscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fscan -------------------------------------------------------------------------------- /help/fscanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fscanf -------------------------------------------------------------------------------- /help/fseek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fseek -------------------------------------------------------------------------------- /help/fsize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/fsize -------------------------------------------------------------------------------- /help/ftell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ftell -------------------------------------------------------------------------------- /help/funclist.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/funclist.sed -------------------------------------------------------------------------------- /help/g2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/g2d -------------------------------------------------------------------------------- /help/g2gm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/g2gm -------------------------------------------------------------------------------- /help/g2gms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/g2gms -------------------------------------------------------------------------------- /help/g2r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/g2r -------------------------------------------------------------------------------- /help/gcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/gcd -------------------------------------------------------------------------------- /help/gcdrem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/gcdrem -------------------------------------------------------------------------------- /help/gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/gd -------------------------------------------------------------------------------- /help/getenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/getenv -------------------------------------------------------------------------------- /help/gms2g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/gms2g -------------------------------------------------------------------------------- /help/h2hm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/h2hm -------------------------------------------------------------------------------- /help/h2hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/h2hms -------------------------------------------------------------------------------- /help/hacovercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hacovercos -------------------------------------------------------------------------------- /help/hacoversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hacoversin -------------------------------------------------------------------------------- /help/hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hash -------------------------------------------------------------------------------- /help/havercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/havercos -------------------------------------------------------------------------------- /help/haversin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/haversin -------------------------------------------------------------------------------- /help/head: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/head -------------------------------------------------------------------------------- /help/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/help -------------------------------------------------------------------------------- /help/highbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/highbit -------------------------------------------------------------------------------- /help/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/history -------------------------------------------------------------------------------- /help/hmean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hmean -------------------------------------------------------------------------------- /help/hms2h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hms2h -------------------------------------------------------------------------------- /help/hnrmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hnrmod -------------------------------------------------------------------------------- /help/hypot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/hypot -------------------------------------------------------------------------------- /help/ilog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ilog -------------------------------------------------------------------------------- /help/ilog10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ilog10 -------------------------------------------------------------------------------- /help/ilog2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ilog2 -------------------------------------------------------------------------------- /help/im: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/im -------------------------------------------------------------------------------- /help/indices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/indices -------------------------------------------------------------------------------- /help/inputlevel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/inputlevel -------------------------------------------------------------------------------- /help/insert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/insert -------------------------------------------------------------------------------- /help/int: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/int -------------------------------------------------------------------------------- /help/interrupt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/interrupt -------------------------------------------------------------------------------- /help/intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/intro -------------------------------------------------------------------------------- /help/inverse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/inverse -------------------------------------------------------------------------------- /help/iroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/iroot -------------------------------------------------------------------------------- /help/isalnum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isalnum -------------------------------------------------------------------------------- /help/isalpha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isalpha -------------------------------------------------------------------------------- /help/isassoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isassoc -------------------------------------------------------------------------------- /help/isatty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isatty -------------------------------------------------------------------------------- /help/isblk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isblk -------------------------------------------------------------------------------- /help/iscntrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/iscntrl -------------------------------------------------------------------------------- /help/isconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isconfig -------------------------------------------------------------------------------- /help/isdefined: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isdefined -------------------------------------------------------------------------------- /help/isdigit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isdigit -------------------------------------------------------------------------------- /help/iserror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/iserror -------------------------------------------------------------------------------- /help/iseven: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/iseven -------------------------------------------------------------------------------- /help/isfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isfile -------------------------------------------------------------------------------- /help/isgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isgraph -------------------------------------------------------------------------------- /help/ishash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ishash -------------------------------------------------------------------------------- /help/isident: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isident -------------------------------------------------------------------------------- /help/isint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isint -------------------------------------------------------------------------------- /help/islist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/islist -------------------------------------------------------------------------------- /help/islower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/islower -------------------------------------------------------------------------------- /help/ismat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ismat -------------------------------------------------------------------------------- /help/ismult: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ismult -------------------------------------------------------------------------------- /help/isnull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isnull -------------------------------------------------------------------------------- /help/isnum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isnum -------------------------------------------------------------------------------- /help/isobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isobj -------------------------------------------------------------------------------- /help/isobjtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isobjtype -------------------------------------------------------------------------------- /help/isodd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isodd -------------------------------------------------------------------------------- /help/isprime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isprime -------------------------------------------------------------------------------- /help/isprint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isprint -------------------------------------------------------------------------------- /help/isptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isptr -------------------------------------------------------------------------------- /help/ispunct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ispunct -------------------------------------------------------------------------------- /help/isqrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isqrt -------------------------------------------------------------------------------- /help/isrand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isrand -------------------------------------------------------------------------------- /help/israndom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/israndom -------------------------------------------------------------------------------- /help/isreal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isreal -------------------------------------------------------------------------------- /help/isrel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isrel -------------------------------------------------------------------------------- /help/issimple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/issimple -------------------------------------------------------------------------------- /help/isspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isspace -------------------------------------------------------------------------------- /help/issq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/issq -------------------------------------------------------------------------------- /help/isstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isstr -------------------------------------------------------------------------------- /help/istype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/istype -------------------------------------------------------------------------------- /help/isupper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isupper -------------------------------------------------------------------------------- /help/isxdigit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/isxdigit -------------------------------------------------------------------------------- /help/jacobi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/jacobi -------------------------------------------------------------------------------- /help/join: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/join -------------------------------------------------------------------------------- /help/lcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/lcm -------------------------------------------------------------------------------- /help/lcmfact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/lcmfact -------------------------------------------------------------------------------- /help/lfactor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/lfactor -------------------------------------------------------------------------------- /help/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/list -------------------------------------------------------------------------------- /help/ln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ln -------------------------------------------------------------------------------- /help/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/log -------------------------------------------------------------------------------- /help/log2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/log2 -------------------------------------------------------------------------------- /help/logn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/logn -------------------------------------------------------------------------------- /help/lowbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/lowbit -------------------------------------------------------------------------------- /help/ltol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ltol -------------------------------------------------------------------------------- /help/makelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/makelist -------------------------------------------------------------------------------- /help/mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/mat -------------------------------------------------------------------------------- /help/matdim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/matdim -------------------------------------------------------------------------------- /help/matfill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/matfill -------------------------------------------------------------------------------- /help/matmax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/matmax -------------------------------------------------------------------------------- /help/matmin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/matmin -------------------------------------------------------------------------------- /help/matsum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/matsum -------------------------------------------------------------------------------- /help/mattrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/mattrace -------------------------------------------------------------------------------- /help/mattrans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/mattrans -------------------------------------------------------------------------------- /help/max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/max -------------------------------------------------------------------------------- /help/memsize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/memsize -------------------------------------------------------------------------------- /help/meq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/meq -------------------------------------------------------------------------------- /help/min: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/min -------------------------------------------------------------------------------- /help/minv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/minv -------------------------------------------------------------------------------- /help/mmin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/mmin -------------------------------------------------------------------------------- /help/mne: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/mne -------------------------------------------------------------------------------- /help/mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/mod -------------------------------------------------------------------------------- /help/modify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/modify -------------------------------------------------------------------------------- /help/name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/name -------------------------------------------------------------------------------- /help/near: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/near -------------------------------------------------------------------------------- /help/newerror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/newerror -------------------------------------------------------------------------------- /help/nextcand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/nextcand -------------------------------------------------------------------------------- /help/nextprime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/nextprime -------------------------------------------------------------------------------- /help/norm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/norm -------------------------------------------------------------------------------- /help/null: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/null -------------------------------------------------------------------------------- /help/num: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/num -------------------------------------------------------------------------------- /help/obj.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/obj.file -------------------------------------------------------------------------------- /help/oldvalue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/oldvalue -------------------------------------------------------------------------------- /help/operator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/operator -------------------------------------------------------------------------------- /help/ord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ord -------------------------------------------------------------------------------- /help/overview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/overview -------------------------------------------------------------------------------- /help/param: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/param -------------------------------------------------------------------------------- /help/perm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/perm -------------------------------------------------------------------------------- /help/pfact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/pfact -------------------------------------------------------------------------------- /help/pi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/pi -------------------------------------------------------------------------------- /help/pix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/pix -------------------------------------------------------------------------------- /help/places: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/places -------------------------------------------------------------------------------- /help/pmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/pmod -------------------------------------------------------------------------------- /help/polar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/polar -------------------------------------------------------------------------------- /help/poly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/poly -------------------------------------------------------------------------------- /help/pop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/pop -------------------------------------------------------------------------------- /help/popcnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/popcnt -------------------------------------------------------------------------------- /help/pound: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/pound -------------------------------------------------------------------------------- /help/power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/power -------------------------------------------------------------------------------- /help/prevcand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/prevcand -------------------------------------------------------------------------------- /help/prevprime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/prevprime -------------------------------------------------------------------------------- /help/printf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/printf -------------------------------------------------------------------------------- /help/prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/prompt -------------------------------------------------------------------------------- /help/protect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/protect -------------------------------------------------------------------------------- /help/ptest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ptest -------------------------------------------------------------------------------- /help/push: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/push -------------------------------------------------------------------------------- /help/putenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/putenv -------------------------------------------------------------------------------- /help/quo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/quo -------------------------------------------------------------------------------- /help/quomod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/quomod -------------------------------------------------------------------------------- /help/r2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/r2d -------------------------------------------------------------------------------- /help/r2g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/r2g -------------------------------------------------------------------------------- /help/rand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rand -------------------------------------------------------------------------------- /help/randbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/randbit -------------------------------------------------------------------------------- /help/random: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/random -------------------------------------------------------------------------------- /help/randombit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/randombit -------------------------------------------------------------------------------- /help/randperm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/randperm -------------------------------------------------------------------------------- /help/rcin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rcin -------------------------------------------------------------------------------- /help/rcmul: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rcmul -------------------------------------------------------------------------------- /help/rcout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rcout -------------------------------------------------------------------------------- /help/rcpow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rcpow -------------------------------------------------------------------------------- /help/rcsq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rcsq -------------------------------------------------------------------------------- /help/re: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/re -------------------------------------------------------------------------------- /help/remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/remove -------------------------------------------------------------------------------- /help/reverse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/reverse -------------------------------------------------------------------------------- /help/rewind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rewind -------------------------------------------------------------------------------- /help/rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rm -------------------------------------------------------------------------------- /help/root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/root -------------------------------------------------------------------------------- /help/round: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/round -------------------------------------------------------------------------------- /help/rsearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/rsearch -------------------------------------------------------------------------------- /help/runtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/runtime -------------------------------------------------------------------------------- /help/saveval: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/saveval -------------------------------------------------------------------------------- /help/scale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/scale -------------------------------------------------------------------------------- /help/scan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/scan -------------------------------------------------------------------------------- /help/scanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/scanf -------------------------------------------------------------------------------- /help/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/script -------------------------------------------------------------------------------- /help/search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/search -------------------------------------------------------------------------------- /help/sec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sec -------------------------------------------------------------------------------- /help/sech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sech -------------------------------------------------------------------------------- /help/seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/seed -------------------------------------------------------------------------------- /help/segment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/segment -------------------------------------------------------------------------------- /help/select: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/select -------------------------------------------------------------------------------- /help/sgn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sgn -------------------------------------------------------------------------------- /help/sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sha1 -------------------------------------------------------------------------------- /help/sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sin -------------------------------------------------------------------------------- /help/sinh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sinh -------------------------------------------------------------------------------- /help/size: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/size -------------------------------------------------------------------------------- /help/sizeof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sizeof -------------------------------------------------------------------------------- /help/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sleep -------------------------------------------------------------------------------- /help/sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sort -------------------------------------------------------------------------------- /help/sqrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sqrt -------------------------------------------------------------------------------- /help/srand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/srand -------------------------------------------------------------------------------- /help/srandom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/srandom -------------------------------------------------------------------------------- /help/ssq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/ssq -------------------------------------------------------------------------------- /help/statement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/statement -------------------------------------------------------------------------------- /help/stoponerror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/stoponerror -------------------------------------------------------------------------------- /help/str: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/str -------------------------------------------------------------------------------- /help/strcasecmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strcasecmp -------------------------------------------------------------------------------- /help/strcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strcat -------------------------------------------------------------------------------- /help/strcmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strcmp -------------------------------------------------------------------------------- /help/strcpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strcpy -------------------------------------------------------------------------------- /help/strerror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strerror -------------------------------------------------------------------------------- /help/strlen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strlen -------------------------------------------------------------------------------- /help/strncasecmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strncasecmp -------------------------------------------------------------------------------- /help/strncmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strncmp -------------------------------------------------------------------------------- /help/strncpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strncpy -------------------------------------------------------------------------------- /help/strpos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strpos -------------------------------------------------------------------------------- /help/strprintf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strprintf -------------------------------------------------------------------------------- /help/strscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strscan -------------------------------------------------------------------------------- /help/strscanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strscanf -------------------------------------------------------------------------------- /help/strtolower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strtolower -------------------------------------------------------------------------------- /help/strtoupper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/strtoupper -------------------------------------------------------------------------------- /help/substr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/substr -------------------------------------------------------------------------------- /help/sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/sum -------------------------------------------------------------------------------- /help/swap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/swap -------------------------------------------------------------------------------- /help/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/system -------------------------------------------------------------------------------- /help/systime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/systime -------------------------------------------------------------------------------- /help/tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/tail -------------------------------------------------------------------------------- /help/tan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/tan -------------------------------------------------------------------------------- /help/tanh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/tanh -------------------------------------------------------------------------------- /help/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/test -------------------------------------------------------------------------------- /help/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/time -------------------------------------------------------------------------------- /help/todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/todo -------------------------------------------------------------------------------- /help/trunc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/trunc -------------------------------------------------------------------------------- /help/types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/types -------------------------------------------------------------------------------- /help/unexpected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/unexpected -------------------------------------------------------------------------------- /help/usertime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/usertime -------------------------------------------------------------------------------- /help/variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/variable -------------------------------------------------------------------------------- /help/vercos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/vercos -------------------------------------------------------------------------------- /help/versin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/versin -------------------------------------------------------------------------------- /help/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/version -------------------------------------------------------------------------------- /help/wishlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/wishlist -------------------------------------------------------------------------------- /help/xor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/help/xor -------------------------------------------------------------------------------- /hist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/hist.c -------------------------------------------------------------------------------- /hist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/hist.h -------------------------------------------------------------------------------- /input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/input.c -------------------------------------------------------------------------------- /int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/int.h -------------------------------------------------------------------------------- /jump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/jump.c -------------------------------------------------------------------------------- /jump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/jump.h -------------------------------------------------------------------------------- /label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/label.c -------------------------------------------------------------------------------- /label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/label.h -------------------------------------------------------------------------------- /lib_calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/lib_calc.c -------------------------------------------------------------------------------- /lib_calc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/lib_calc.h -------------------------------------------------------------------------------- /lib_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/lib_util.c -------------------------------------------------------------------------------- /lib_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/lib_util.h -------------------------------------------------------------------------------- /listfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/listfunc.c -------------------------------------------------------------------------------- /longbits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/longbits.c -------------------------------------------------------------------------------- /matfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/matfunc.c -------------------------------------------------------------------------------- /math_error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/math_error.c -------------------------------------------------------------------------------- /nametype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/nametype.h -------------------------------------------------------------------------------- /obj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/obj.c -------------------------------------------------------------------------------- /opcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/opcodes.c -------------------------------------------------------------------------------- /opcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/opcodes.h -------------------------------------------------------------------------------- /pix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/pix.c -------------------------------------------------------------------------------- /poly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/poly.c -------------------------------------------------------------------------------- /prime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/prime.c -------------------------------------------------------------------------------- /prime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/prime.h -------------------------------------------------------------------------------- /qfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/qfunc.c -------------------------------------------------------------------------------- /qio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/qio.c -------------------------------------------------------------------------------- /qmath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/qmath.c -------------------------------------------------------------------------------- /qmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/qmath.h -------------------------------------------------------------------------------- /qmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/qmod.c -------------------------------------------------------------------------------- /qtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/qtrans.c -------------------------------------------------------------------------------- /quickhash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/quickhash.c -------------------------------------------------------------------------------- /rpm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/rpm.mk -------------------------------------------------------------------------------- /sample.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/sample.README -------------------------------------------------------------------------------- /sample_many.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/sample_many.c -------------------------------------------------------------------------------- /sample_rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/sample_rand.c -------------------------------------------------------------------------------- /seed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/seed.c -------------------------------------------------------------------------------- /sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/sha1.c -------------------------------------------------------------------------------- /sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/sha1.h -------------------------------------------------------------------------------- /size.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/size.c -------------------------------------------------------------------------------- /str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/str.c -------------------------------------------------------------------------------- /str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/str.h -------------------------------------------------------------------------------- /strl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/strl.c -------------------------------------------------------------------------------- /strl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/strl.h -------------------------------------------------------------------------------- /symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/symbol.c -------------------------------------------------------------------------------- /symbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/symbol.h -------------------------------------------------------------------------------- /token.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/token.c -------------------------------------------------------------------------------- /token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/token.h -------------------------------------------------------------------------------- /trailblank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/trailblank -------------------------------------------------------------------------------- /update_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/update_ver -------------------------------------------------------------------------------- /value.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/value.c -------------------------------------------------------------------------------- /value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/value.h -------------------------------------------------------------------------------- /version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/version.c -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/version.h -------------------------------------------------------------------------------- /zfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zfunc.c -------------------------------------------------------------------------------- /zio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zio.c -------------------------------------------------------------------------------- /zmath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zmath.c -------------------------------------------------------------------------------- /zmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zmath.h -------------------------------------------------------------------------------- /zmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zmod.c -------------------------------------------------------------------------------- /zmul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zmul.c -------------------------------------------------------------------------------- /zprime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zprime.c -------------------------------------------------------------------------------- /zrand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zrand.c -------------------------------------------------------------------------------- /zrand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zrand.h -------------------------------------------------------------------------------- /zrandom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zrandom.c -------------------------------------------------------------------------------- /zrandom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcn2/calc/HEAD/zrandom.h --------------------------------------------------------------------------------