Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b52459

Browse files
author
Nikos M
committed
update references (floating/fixed point arithmetic)
1 parent4138000 commit8b52459

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎README.md‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ __References:__ [8], [10], [11]
6161
###Low-level
6262

6363

64-
####Generalities
64+
####Generalities<sup>[33],[34] </sup>
6565

6666
__Data Allocation__
6767

@@ -88,6 +88,7 @@ __Arithmetic Operations__
8888
* Addition/Subtraction is faster than multiplication
8989
* Bitwise operations are fastest
9090

91+
Example reference:[What Every Programmer Should Know About Floating-Point Arithmetic](http://floating-point-gui.de/)
9192

9293
####Methods
9394

@@ -362,6 +363,8 @@ Database Access can be expensive, this means it is usually better to fetch the n
362363
*http://en.wikipedia.org/wiki/Template_engine
363364
*https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920
364365
*http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
366+
*http://floating-point-gui.de/
367+
*http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
365368

366369
[1]:http://en.wikipedia.org/wiki/Code_optimization
367370
[2]:http://en.wikipedia.org/wiki/Don%27t_repeat_yourself
@@ -394,4 +397,6 @@ Database Access can be expensive, this means it is usually better to fetch the n
394397
[29]:http://en.wikipedia.org/wiki/Exponentiation_by_squaring
395398
[30]:http://homepages.math.uic.edu/~leon/cs-mcs401-f07/handouts/fastexp.pdf
396399
[31]:https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920
397-
[32]:http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
400+
[32]:http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
401+
[33]:http://floating-point-gui.de/
402+
[34]:http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp