General Programming |
Author |
Message |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3146 Location: Europe
|
Posted: Tue Aug 30, 2011 9:42 pm Post subject: Math, Algebra & Formulas |
|
|
blog.wolfire.com - Linear algebra for game developers
"This will be review to many of you who have written games before or
taken classes in kinematic physics, so please bear with me for this intro-
ductory post -- I will get to more advanced topics later."
Later: Part 2 & Part 3 |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Mon Dec 26, 2011 5:33 pm Post subject: |
|
|
gnu.org - Infinity and NaN
"NaN is unordered: it is not equal to, greater than, or less than anything,
including itself ... the recommended way to test for NaN is with the isnan()
function ..." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Jun 12, 2012 2:19 pm Post subject: |
|
|
Purplemath - Practical Algebra Lessons
"Preliminary Topics, Beginning Algebra Topics, Intermediate Algebra Topics,
Advanced, Solving Word Problems, Appendix and the beginnings of trig." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3146 Location: Europe
|
Posted: Wed Apr 11, 2018 9:22 pm Post subject: |
|
|
num2words - Convert numbers to words in multiple languages
"num2words is a library that converts numbers like 42 to words like forty-two.
It supports multiple languages (see the list below for full list of languages) and
can even generate ordinal numbers like forty-second (although this last feature
is a bit buggy for some languages at the moment)." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3146 Location: Europe
|
Posted: Wed Apr 11, 2018 9:23 pm Post subject: |
|
|
git - Word to Number
"This is a Python module to convert number words (eg. twenty one) to numeric
digits (21). It works for positive numbers upto the range of 999,999,999,999
(i.e. billions) Below is the installation, usage and other details of this module." |
|
Back to top |
|
|
|