-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
299 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
May 5th, 2004 v0.01 -- wrote base of LTF | ||
June 21st, 2004 | ||
v0.02 -- Added missing objects to the makefile [oops] | ||
-- fixed up mpf_add and mpf_sub to be more reliable about the precision | ||
-- added required limited ln function mpf_ln_l (domain 0 < x <= 2) | ||
It's still incomplete as it converges slowly (and therefore yields incorrect results) | ||
-- Added mpf_ln and mpf_atan | ||
-- Added short-circuits to sin, cos, invsqrt, atan, ln and sqrt [huge speedup] | ||
-- Optimized mpf_sqrt and mpf_invsqrt by using quick estimates. Fixed | ||
circular dependency as well (mpf_sqrt requires mpf_invsqrt but not vice versa) | ||
++ Note: No further releases are planned for a while. I encourage interested | ||
parties to fork this code base and extend it! | ||
|
||
May 5th, 2004 | ||
v0.01 -- wrote base of LTF | ||
|
||
Anytime v0.00 -- no LTF existed. | ||
Anytime | ||
v0.00 -- no LTF existed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
\begin{document} | ||
\frontmatter | ||
\pagestyle{empty} | ||
\title{LibTomFloat User Manual \\ v0.01} | ||
\title{LibTomFloat User Manual \\ v0.02} | ||
\author{Tom St Denis \\ [email protected]} | ||
\maketitle | ||
This text and the library are hereby placed in the public domain. This book has been formatted for B5 [176x250] paper using the \LaTeX{} {\em book} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.