Language:
English
繁體中文
Help
圖資館首頁
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
The mathematical-function computatio...
~
Beebe, Nelson H. F.
The mathematical-function computation handbookprogramming using the MathCW portable software library /
Record Type:
Electronic resources : Monograph/item
Title/Author:
The mathematical-function computation handbookby Nelson H.F. Beebe.
Reminder of title:
programming using the MathCW portable software library /
Author:
Beebe, Nelson H. F.
Published:
Cham :Springer International Publishing :2017.
Description:
xxxvi, 1115 p. :ill., digital ;24 cm.
Contained By:
Springer eBooks
Subject:
Computer scienceMathematics.
Online resource:
http://dx.doi.org/10.1007/978-3-319-64110-2
ISBN:
9783319641102$q(electronic bk.)
The mathematical-function computation handbookprogramming using the MathCW portable software library /
Beebe, Nelson H. F.
The mathematical-function computation handbook
programming using the MathCW portable software library /[electronic resource] :by Nelson H.F. Beebe. - Cham :Springer International Publishing :2017. - xxxvi, 1115 p. :ill., digital ;24 cm.
Introduction -- Iterative Solutions and Other Tools -- Polynomial Approximations -- Implementation Issues -- The Floating-Point Environment -- Converting Floating-Point Values to Integers -- Random Numbers -- Roots -- Argument Reduction -- Exponential and Logarithm -- Trigonometric Functions -- Hyperbolic Functions -- Pair-Precision Arithmetic -- Power Function -- Complex Arithmetic Primitives -- Quadratic Equations -- Elementary Functions in Complex Arithmetic -- The Greek Functions: Gamma, Psi, and Zeta -- Error and Probability Functions -- Elliptic Integral Functions -- Bessel Functions -- Testing the Library -- Pair-Precision Elementary Functions -- Accuracy of the Cody/Waite Algorithms -- Improving Upon the Cody/Waite Algorithms -- Floating-Point Output -- Floating-Point Input -- Appendix A: Ada Interface -- Appendix B: C# Interface -- Appendix C: C++ Interface -- Appendix D: Decimal Arithmetic -- Appendix E: Errata in the Cody/Waite Book -- Appendix F: Fortran Interface -- Appendix H: Historical Floating-Point Architectures -- Appendix I: Integer Arithmetic -- Appendix J: Java Interface -- Appendix L: Letter Notation -- Appendix P: Pascal Interface.
All major computer programming languages--as well as the disciplines of science and engineering more broadly--require computation of elementary and special functions of mathematics. The MathCW Software Library emphasizes portability, precisely because the code needs to capable of use on a wide variety of platforms. This highly comprehensive handbook provides a substantial advance in such computation, extending the function coverage of major programming languages well beyond their international standards, including full support for decimal floating-point arithmetic. Written with clarity and focusing on the C language, the work pays extensive attention to little-understood aspects of floating-point and integer arithmetic, and to software portability, as well as to important historical architectures. It extends support to a future 256-bit, floating-point format offering 70 decimal digits of precision. Select Topics and Features: references an exceptionally useful, author-maintained MathCW website, containing source code for the book's software, compiled libraries for numerous systems, pre-built C compilers, and other related materials offers a unique approach to covering mathematical-function computation using decimal arithmetic provides extremely versatile appendices for interfaces to numerous other languages: Ada, C#, C++, Fortran, Java, and Pascal presupposes only basic familiarity with computer programming in a common language, as well as early level algebra supplies a library that readily adapts for existing scripting languages, with minimal effort supports both binary and decimal arithmetic, in up to 10 different floating-point formats covers a significant portion (with highly accurate implementations) of the U.S National Institute of Standards and Technology's 10-year project to codify mathematical functions This highly practical text/reference is an invaluable tool for advanced undergraduates, recording many lessons of the intermingled history of computer hardware and software, numerical algorithms, and mathematics. In addition, professional numerical analysts and others will find the handbook of real interest and utility because it builds on research by the mathematical software community over the last four decades.
ISBN: 9783319641102$q(electronic bk.)
Standard No.: 10.1007/978-3-319-64110-2doiSubjects--Topical Terms:
181991
Computer science
--Mathematics.
LC Class. No.: QA76.9.M35
Dewey Class. No.: 004.0151
The mathematical-function computation handbookprogramming using the MathCW portable software library /
LDR
:04490nmm a2200337 a 4500
001
521060
003
DE-He213
005
20180313145807.0
006
m d
007
cr nn 008maaau
008
180504s2017 gw s 0 eng d
020
$a
9783319641102$q(electronic bk.)
020
$a
9783319641096$q(paper)
024
7
$a
10.1007/978-3-319-64110-2
$2
doi
035
$a
978-3-319-64110-2
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.M35
072
7
$a
UYA
$2
bicssc
072
7
$a
UYAM
$2
bicssc
072
7
$a
COM018000
$2
bisacsh
072
7
$a
MAT003000
$2
bisacsh
082
0 4
$a
004.0151
$2
23
090
$a
QA76.9.M35
$b
B414 2017
100
1
$a
Beebe, Nelson H. F.
$3
790882
245
1 4
$a
The mathematical-function computation handbook
$h
[electronic resource] :
$b
programming using the MathCW portable software library /
$c
by Nelson H.F. Beebe.
260
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2017.
300
$a
xxxvi, 1115 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Introduction -- Iterative Solutions and Other Tools -- Polynomial Approximations -- Implementation Issues -- The Floating-Point Environment -- Converting Floating-Point Values to Integers -- Random Numbers -- Roots -- Argument Reduction -- Exponential and Logarithm -- Trigonometric Functions -- Hyperbolic Functions -- Pair-Precision Arithmetic -- Power Function -- Complex Arithmetic Primitives -- Quadratic Equations -- Elementary Functions in Complex Arithmetic -- The Greek Functions: Gamma, Psi, and Zeta -- Error and Probability Functions -- Elliptic Integral Functions -- Bessel Functions -- Testing the Library -- Pair-Precision Elementary Functions -- Accuracy of the Cody/Waite Algorithms -- Improving Upon the Cody/Waite Algorithms -- Floating-Point Output -- Floating-Point Input -- Appendix A: Ada Interface -- Appendix B: C# Interface -- Appendix C: C++ Interface -- Appendix D: Decimal Arithmetic -- Appendix E: Errata in the Cody/Waite Book -- Appendix F: Fortran Interface -- Appendix H: Historical Floating-Point Architectures -- Appendix I: Integer Arithmetic -- Appendix J: Java Interface -- Appendix L: Letter Notation -- Appendix P: Pascal Interface.
520
$a
All major computer programming languages--as well as the disciplines of science and engineering more broadly--require computation of elementary and special functions of mathematics. The MathCW Software Library emphasizes portability, precisely because the code needs to capable of use on a wide variety of platforms. This highly comprehensive handbook provides a substantial advance in such computation, extending the function coverage of major programming languages well beyond their international standards, including full support for decimal floating-point arithmetic. Written with clarity and focusing on the C language, the work pays extensive attention to little-understood aspects of floating-point and integer arithmetic, and to software portability, as well as to important historical architectures. It extends support to a future 256-bit, floating-point format offering 70 decimal digits of precision. Select Topics and Features: references an exceptionally useful, author-maintained MathCW website, containing source code for the book's software, compiled libraries for numerous systems, pre-built C compilers, and other related materials offers a unique approach to covering mathematical-function computation using decimal arithmetic provides extremely versatile appendices for interfaces to numerous other languages: Ada, C#, C++, Fortran, Java, and Pascal presupposes only basic familiarity with computer programming in a common language, as well as early level algebra supplies a library that readily adapts for existing scripting languages, with minimal effort supports both binary and decimal arithmetic, in up to 10 different floating-point formats covers a significant portion (with highly accurate implementations) of the U.S National Institute of Standards and Technology's 10-year project to codify mathematical functions This highly practical text/reference is an invaluable tool for advanced undergraduates, recording many lessons of the intermingled history of computer hardware and software, numerical algorithms, and mathematics. In addition, professional numerical analysts and others will find the handbook of real interest and utility because it builds on research by the mathematical software community over the last four decades.
650
0
$a
Computer science
$x
Mathematics.
$3
181991
650
0
$a
Functions
$x
Computer programs.
$3
204890
650
0
$a
Computer programming.
$3
181992
650
1 4
$a
Computer Science.
$3
212513
650
2 4
$a
Mathematics of Computing.
$3
273710
650
2 4
$a
Mathematical and Computational Engineering.
$3
775095
650
2 4
$a
Numerical and Computational Physics, Simulation.
$3
758154
650
2 4
$a
Computer Applications in Chemistry.
$3
273872
650
2 4
$a
Numerical Analysis.
$3
275681
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer eBooks
856
4 0
$u
http://dx.doi.org/10.1007/978-3-319-64110-2
950
$a
Computer Science (Springer-11645)
based on 0 review(s)
ALL
電子館藏
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
000000146449
電子館藏
1圖書
電子書
EB QA76.9.M35 B414 2017
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Multimedia file
http://dx.doi.org/10.1007/978-3-319-64110-2
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login