ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: Floatlib
Floatlib

FILE INFORMATION

Ranked as 36779 on our all-time top downloads list with 879 downloads.

floatlib.zip
Filename floatlib.zip (Download)
Title Floatlib
Description This is a Z80 floating-point library that includes highly optimized single-precision and extended-precision (80-bit) float routines. It even has in-app documentation. Includes basic functions and trig, hyperbolic functions, inverse trig and inverse hyperbolic, and logarithmic and exponential functions, and conversion to and from strings and TI floats.
Author Zeda Thomas (xedaelnara@gmail.com)
Category TI-83/84 Plus Flash Libraries
File Size 172,880 bytes
File Date and Time Thu Mar 28 14:44:04 2019
Documentation Included? Yes
Source Code Included? Yes

SCREEN SHOTS

REVIEWS

There are no reviews for this file.

LEAVE FEEDBACK

Questions, comments, and problems regarding the file itself should be sent directly to the author(s) listed above.

Write a review for this file (requires a free account)

Report inappropriate or miscategorized file (requires an account; or you may email us directly)

If you have downloaded and tried this program, please rate it on the scale below
BadGood
1  2  3  4  5  6  7  8  9  10  

ARCHIVE CONTENTS

Archive Contents
Name Size
LICENSE   11357
Readme.txt   3386
asmcompequ.z80   6601
asmcompify.py   600
bin/Floatlib_APP.8xk   39409
bin/floatequ.8xv   1809
compile   270
docs/Readme.txt   3386
docs/Routines.txt   12110
docs/floatlib.inc   5293
docs/header.z80   393
examples/e2pi.8xp   135
examples/e2pi.z80   556
examples/floatlib.inc   5293
examples/ftos.8xp   222
examples/ftos.z80   2391
examples/header.z80   393
examples/mset/floatlib.inc   5293
examples/mset/header.z80   393
examples/mset/mset.8xp   464
examples/mset/mset.z80   4052
examples/mset/msetx.z80   2976
examples/readmes.txt   323
src/Readme.txt   13064
src/floatlib.inc   5276
src/jumptable.z80   1648
src/main.z80   6473
src/makeinc   139
src/makeinc.py   2742
src/readme.z80   14741
src/testfunc.z80   544
z80float/.atom-build.json   68
z80float/.git   33
z80float/.gitattributes   33
z80float/.gitignore   6
z80float/LICENSE   11346
z80float/README.md   2294
z80float/compile   76
z80float/docs/analysis/mul16.txt   1692
z80float/docs/borchardt-gauss.md   3384
z80float/docs/log.txt   200
z80float/docs/minimax.md   2347
z80float/docs/thanks.txt   417
z80float/docs/todo.md   1648
z80float/extended/.gitignore   6
z80float/extended/TItox.z80   651
z80float/extended/constants.z80   1549
z80float/extended/data.z80   62
z80float/extended/div/div32.z80   5330
z80float/extended/div/div64.z80   939
z80float/extended/float.inc   547
z80float/extended/mul/mul16.z80   2362
z80float/extended/mul/mul32.z80   1431
z80float/extended/mul/mul64.z80   2944
z80float/extended/mul/sqr32.z80   930
z80float/extended/mul/xOP1mul10.z80   773
z80float/extended/mul/xmul10.z80   109
z80float/extended/mul/xmul11.z80   463
z80float/extended/mul/xmul13.z80   463
z80float/extended/mul/xmul15.z80   436
z80float/extended/mul/xmul17.z80   473
z80float/extended/mul/xmul3.z80   757
z80float/extended/mul/xmul31.z80   451
z80float/extended/mul/xmul5.z80   502
z80float/extended/mul/xmul7.z80   491
z80float/extended/old/Readme.txt   4783
z80float/extended/old/constants.z80   1275
z80float/extended/old/divide.z80   2424
z80float/extended/old/extended.zip   8702
z80float/extended/old/float.inc   902
z80float/extended/old/floatAddSub.txt   4758
z80float/extended/old/floatDiv.txt   8341
z80float/extended/old/floatSqrt.txt   5694
z80float/extended/old/karatsuba64.z80   4205
z80float/extended/old/subroutines.txt   1883
z80float/extended/rand.z80   1085
z80float/extended/routines.z80   4328
z80float/extended/routines/ascii_to_uint8.z80   848
z80float/extended/routines/mov.z80   109
z80float/extended/routines/rl64.z80   155
z80float/extended/routines/sla64.z80   182
z80float/extended/routines/swapbuf.z80   158
z80float/extended/routines/x_times_2.z80   332
z80float/extended/sqrt/sqrt16.z80   1138
z80float/extended/sqrt/sqrt32.z80   1294
z80float/extended/sqrt/sqrt64.z80   869
z80float/extended/sqrt/sqrtHLIX.z80   1889
z80float/extended/strtox.z80   4223
z80float/extended/tables.z80   1517
z80float/extended/xabs.z80   91
z80float/extended/xacos.z80   410
z80float/extended/xacosh.z80   400
z80float/extended/xadd.z80   5330
z80float/extended/xasin.z80   323
z80float/extended/xasinh.z80   323
z80float/extended/xatan.z80   526
z80float/extended/xatanh.z80   460
z80float/extended/xbg.z80   4065
z80float/extended/xcmp.z80   865
z80float/extended/xconst.z80   352
z80float/extended/xcos.z80   2922
z80float/extended/xcosh.z80   230
z80float/extended/xdiv.z80   1645
z80float/extended/xexp.z80   153
z80float/extended/xfma.z80   3236
z80float/extended/xgeomean.z80   1228
z80float/extended/xinv.z80   373
z80float/extended/xlg.z80   100
z80float/extended/xln.z80   661
z80float/extended/xlog.z80   210
z80float/extended/xlog10.z80   106
z80float/extended/xmod1.z80   1649
z80float/extended/xmul.z80   1906
z80float/extended/xneg.z80   91
z80float/extended/xpow.z80   195
z80float/extended/xpow10.z80   156
z80float/extended/xpow2.z80   3356
z80float/extended/xpow2_fma.z80   3524
z80float/extended/xrand.z80   824
z80float/extended/xsin.z80   2011
z80float/extended/xsinh.z80   278
z80float/extended/xsqrt.z80   1294
z80float/extended/xtan.z80   214
z80float/extended/xtanh.z80   701
z80float/extended/xtoTI.z80   1197
z80float/extended/xtostr.z80   6068
z80float/single/absSingle.z80   312
z80float/single/acosSingle.z80   496
z80float/single/acoshSingle.z80   496
z80float/single/addSingle.z80   3122
z80float/single/ameanSingle.z80   333
z80float/single/asinSingle.z80   473
z80float/single/asinhSingle.z80   504
z80float/single/atanSingle.z80   481
z80float/single/atanhSingle.z80   483
z80float/single/bg2iSingle.z80   1506
z80float/single/bgSingle.z80   1350
z80float/single/cmpSingle.z80   886
z80float/single/constants.z80   1600
z80float/single/cosSingle.z80   1959
z80float/single/coshSingle.z80   306
z80float/single/divSingle.z80   2285
z80float/single/divSingle_special.z80   2748
z80float/single/expSingle.z80   529
z80float/single/geomeanSingle.z80   188
z80float/single/intfrac.z80   992
z80float/single/lgSingle.z80   114
z80float/single/lnSingle.z80   1587
z80float/single/log10Single.z80   120
z80float/single/logSingle.z80   155
z80float/single/lut.z80   369
z80float/single/mod1Single.z80   1105
z80float/single/mul10Single.z80   1070
z80float/single/mulSingle.z80   4310
z80float/single/mulSingle_p041015625.z80   797
z80float/single/mulSingle_p34375.z80   765
z80float/single/mulSingle_p375.z80   574
z80float/single/negSingle.z80   306
z80float/single/pow10Single.z80   112
z80float/single/pow2Single.z80   3232
z80float/single/powSingle.z80   331
z80float/single/pushpop.z80   316
z80float/single/rand.z80   1085
z80float/single/randSingle.z80   774
z80float/single/readme.txt   575
z80float/single/routines/ascii_to_uint8.z80   848
z80float/single/routines/mov4.z80   36
z80float/single/routines/sqrt16.z80   1138
z80float/single/routines/sqrtHLIX.z80   1889
z80float/single/rsubSingle.z80   287
z80float/single/sinSingle.z80   1020
z80float/single/single.inc   136
z80float/single/single2TI.z80   1267
z80float/single/single2char.z80   469
z80float/single/single2str.z80   5491
z80float/single/singleTo_int16.z80   858
z80float/single/sinhSingle.z80   364
z80float/single/sqrtSingle.z80   1286
z80float/single/str2single.z80   3634
z80float/single/subSingle.z80   311
z80float/single/tanSingle.z80   344
z80float/single/tanhSingle.z80   1038
z80float/single/ti2single.z80   1353
z80float/test/test.8xp   7990
z80float/test/test.z80   3879
z80float/test/tests.z80   927
z80float/test/testsngl.8xp   5259
z80float/test/testsngl.z80   3533
z80float/test/timing.z80   935
z80float/tools/bgc.py   2011
z80float/tools/extended.py   1122
z80float/tools/single.py   1005

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer