派博傳思國際中心

標題: Titlebook: Elementary Functions; Algorithms and Imple Jean-Michel Muller Textbook 2016Latest edition Springer Science+Business Media New York 2016 Ele [打印本頁]

作者: 可憐    時間: 2025-3-21 18:47
書目名稱Elementary Functions影響因子(影響力)




書目名稱Elementary Functions影響因子(影響力)學科排名




書目名稱Elementary Functions網(wǎng)絡公開度




書目名稱Elementary Functions網(wǎng)絡公開度學科排名




書目名稱Elementary Functions被引頻次




書目名稱Elementary Functions被引頻次學科排名




書目名稱Elementary Functions年度引用




書目名稱Elementary Functions年度引用學科排名




書目名稱Elementary Functions讀者反饋




書目名稱Elementary Functions讀者反饋學科排名





作者: Evolve    時間: 2025-3-21 21:55
nded to incorporate the most recent advances in the field, nThis textbook presents the concepts and tools necessary to understand, build, and implement algorithms for computing elementary functions (e.g., logarithms, exponentials, and the trigonometric functions). ?Both hardware- and software-orient
作者: Phonophobia    時間: 2025-3-22 02:06
https://doi.org/10.1007/978-90-481-8792-8nction as well as .. We do not deal with the basic arithmetic functions in this book). Theoretically, the elementary functions are not much harder to compute than quotients: it was shown by Alt?[5] that these functions are equivalent to division with respect to Boolean circuit depth.
作者: 懶惰民族    時間: 2025-3-22 06:08
https://doi.org/10.1057/9781137485526he CORDIC technique was born out of necessity, the incentive being the replacement of the analog navigation computer of the B-58 bomber aircraft by a digital computer. The main challenge was the real-time determination of present position on a spherical earth.
作者: affect    時間: 2025-3-22 11:42

作者: BOOR    時間: 2025-3-22 13:30
The CORDIC Algorithmhe CORDIC technique was born out of necessity, the incentive being the replacement of the analog navigation computer of the B-58 bomber aircraft by a digital computer. The main challenge was the real-time determination of present position on a spherical earth.
作者: BOOR    時間: 2025-3-22 19:11
Jean-Michel MullerPresents the concepts and tools necessary to understand, build, and implement algorithms for computing elementary functions.Updated and expanded to incorporate the most recent advances in the field, n
作者: 奇思怪想    時間: 2025-3-22 22:59

作者: 可能性    時間: 2025-3-23 01:51

作者: Ataxia    時間: 2025-3-23 07:44
J. Eric Cooper,Michael J. Deckern when this chapter is written and when you read it. Also, the methods used are not always publicized. Some of the implementations presented here are rather old. My purpose, here, is to show, through some examples, how the various techniques described in this book can be used.
作者: 虛弱    時間: 2025-3-23 11:51

作者: Assignment    時間: 2025-3-23 15:28

作者: 可能性    時間: 2025-3-23 20:36
https://doi.org/10.1007/978-90-481-8792-8exponentials, and logarithms (we should merely say “elementary transcendental functions”: from a mathematical point of view, 1?/?. is an elementary function as well as .. We do not deal with the basic arithmetic functions in this book). Theoretically, the elementary functions are not much harder to
作者: ONYM    時間: 2025-3-24 01:57
https://doi.org/10.1057/9781137485526 compute sine, cosine, and arctangent functions) and to multiply or divide numbers using only shift-and-add elementary steps. To quote Volder?[466], the CORDIC technique was born out of necessity, the incentive being the replacement of the analog navigation computer of the B-58 bomber aircraft by a
作者: Disk199    時間: 2025-3-24 04:20

作者: Chromatic    時間: 2025-3-24 10:13

作者: Inflamed    時間: 2025-3-24 11:28

作者: 點燃    時間: 2025-3-24 15:49
W. D. G. Balance,Antoon A. LeenaarsIn the previous chapter, we have explained how Remez’s algorithm can be used to compute minimax polynomial approximations to functions.
作者: 圓木可阻礙    時間: 2025-3-24 19:17
Life Strategy Research FrameworkIn Chapters . and ., we have studied how a function can be approximated by a polynomial or a rational function. When actually implementing the approximation, one has to select the way to evaluate a polynomial in order to minimize the error and/or to maximize the speed.
作者: FLIRT    時間: 2025-3-24 23:12

作者: chassis    時間: 2025-3-25 03:56

作者: Extort    時間: 2025-3-25 08:51

作者: WAX    時間: 2025-3-25 14:08
https://doi.org/10.1007/978-3-031-49234-1The shift-and-add algorithms presented in Chapters?. and?. allow us to obtain an .-bit approximation of the function being computed after about . iterations. This property makes most of these algorithms rather slow; their major interest lies in the simplicity of implementation, and in the small silicon area of designs.
作者: 輕而薄    時間: 2025-3-25 16:54

作者: 拱形大橋    時間: 2025-3-25 23:17
Life and Labour in Rural England, 1760–1850This chapter is devoted to the problems of preserving monotonicity and always getting correctly rounded results when implementing the elementary functions in floating-point arithmetic.
作者: 新字    時間: 2025-3-26 01:54

作者: arabesque    時間: 2025-3-26 08:20
Introduction to Computer Arithmetic,The aim of this section is to provide the reader with some basic concepts of floating-point arithmetic, and to define notations that are used throughout the book.
作者: Individual    時間: 2025-3-26 10:58
The Classical Theory of Polynomial or Rational ApproximationsUsing a finite number of additions, subtractions, multiplications, and comparisons, the only functions of one variable that one can compute are ..
作者: 機制    時間: 2025-3-26 12:43

作者: HAIL    時間: 2025-3-26 17:39
Polynomial EvaluationIn Chapters . and ., we have studied how a function can be approximated by a polynomial or a rational function. When actually implementing the approximation, one has to select the way to evaluate a polynomial in order to minimize the error and/or to maximize the speed.
作者: surmount    時間: 2025-3-27 00:25
Table-Based MethodsAs explained in Chapter?., for evaluating a function in a large domain (possibly made up with all floating-point numbers of a given format), we first perform one or several . steps, to reduce our initial problem to the evaluation of a function in one or several (sometimes, many!) smaller intervals.
作者: Ligneous    時間: 2025-3-27 02:56
Multiple-Precision Evaluation of FunctionsMultiple-precision arithmetic is a useful tool in many domains of contemporary science. Some numerical applications are known to sometimes require significantly more precision than provided by the usual binary32/single-precision, binary-64/double precision, and Intel extended-precision formats?[22].
作者: AVERT    時間: 2025-3-27 06:30
Introduction to Shift-and-Add AlgorithmsWe present the simplest shift-and-add algorithms and the notions that will be useful for designing more sophisticated algorithms.
作者: magnate    時間: 2025-3-27 13:11
Some Other Shift-and-Add AlgorithmsThe shift-and-add algorithms presented in Chapters?. and?. allow us to obtain an .-bit approximation of the function being computed after about . iterations. This property makes most of these algorithms rather slow; their major interest lies in the simplicity of implementation, and in the small silicon area of designs.
作者: 半球    時間: 2025-3-27 15:02

作者: Indigence    時間: 2025-3-27 18:43

作者: Outspoken    時間: 2025-3-27 22:52

作者: JEER    時間: 2025-3-28 04:02
Textbook 2016Latest editionls with basic principles of multiple-precision arithmetic. ?Part II is devoted to a presentation of “shift-and-add” algorithms (hardware-oriented algorithms that use additions and shifts only). ?Issues related to accuracy, including range reduction, preservation of monotonicity, and correct rounding
作者: Medicaid    時間: 2025-3-28 06:29

作者: Misnomer    時間: 2025-3-28 10:53

作者: 溝通    時間: 2025-3-28 16:58
The CORDIC Algorithm compute sine, cosine, and arctangent functions) and to multiply or divide numbers using only shift-and-add elementary steps. To quote Volder?[466], the CORDIC technique was born out of necessity, the incentive being the replacement of the analog navigation computer of the B-58 bomber aircraft by a
作者: 極端的正確性    時間: 2025-3-28 19:06
Examples of Implementationn when this chapter is written and when you read it. Also, the methods used are not always publicized. Some of the implementations presented here are rather old. My purpose, here, is to show, through some examples, how the various techniques described in this book can be used.
作者: 黑豹    時間: 2025-3-29 00:12

作者: 慢跑鞋    時間: 2025-3-29 06:49

作者: 改進    時間: 2025-3-29 10:48
A Historical Review of the Surgical Treatment of Spina Bifidaes with stigmata typically seen in infants born with myelomeningoceles. As these children were born in an era where little or no treatment was available we can only assume that most did not survive. Having said that, there are a large number of surviving anthropological figures sculpted in stone, te
作者: 果核    時間: 2025-3-29 14:11

作者: Sedative    時間: 2025-3-29 17:06
Book 2011itoring project of the forests in 11 provinces of the Yangtze River basin was undertaken. This book reports on soil loss prediction and the successful practices of soil loss control in eastern China in recent years.
作者: NOTCH    時間: 2025-3-29 23:01

作者: 省略    時間: 2025-3-30 00:36

作者: forestry    時間: 2025-3-30 04:44
James F. White Jr,Faith Belanger,Raymond Sullivan,Elizabeth Lewis,Melinda Moy,William Meyer,Charles W. Baconnriched through interventions after students have completed their work experiences: post-practicum experiences. In recent years, post-practicum reflective self-assessments have provided some insight into the usefulness of work placements. Higher education students typically receive little guidance o
作者: minion    時間: 2025-3-30 12:12
ialforschung angewiesen, die ihm, in der Regel als Auftragsforschung, zu partiellen Problemen Daten liefert, denen allenfalls ein Erkl?rungsansatz nach Schema F (Korrelationen der abh?ngigen Variablen mit Alter, Beruf, Einkommen etc. der Befragten) beigefügt ist, der den Namen Theorie nicht verdient
作者: 大門在匯總    時間: 2025-3-30 14:56
Neil Patrick Del Gallegos for the preparation of the electronic version of our manuscript, and again the staff at the Engineering Library of Duke University made our search of the literature an enjoyable experience.978-1-4419-2118-5978-0-387-33431-8
作者: accomplishment    時間: 2025-3-30 16:38
Book 2016ies their behavioral characteristics while learning to teach science which are not commonly noted in current literature;.? provides change strategies to accelerate preservice elementary teachers embracing the holistic, constructivist, inquiry/practice-based paradigm consistent with the standards set
作者: attenuate    時間: 2025-3-30 20:42

作者: 使成整體    時間: 2025-3-31 02:43





歡迎光臨 派博傳思國際中心 (http://www.pjsxioz.cn/) Powered by Discuz! X3.5
普兰县| 梁河县| 临猗县| 曲麻莱县| 平昌县| 桦甸市| 娄底市| 墨玉县| 滁州市| 南郑县| 维西| 育儿| 富川| 宁晋县| 彩票| 土默特右旗| 柳林县| 乌拉特前旗| 晋中市| 丁青县| 准格尔旗| 习水县| 五指山市| 余姚市| 大新县| 滁州市| 日喀则市| 建阳市| 洛扎县| 榆社县| 宁波市| 江北区| 承德市| 长乐市| 肇庆市| 贡觉县| 阳东县| 永德县| 司法| 岳普湖县| 灵台县|