Does anyone else think it's confusing that: const float e = 0.5772156649015328606065120900824024310422F; // Euler e
This is the Euler-Mascheroni Constant (http://mathworld.wolfram.com/Euler-MascheroniConstant.html), and is denoted by a gamma or as C:
const float C = 0.5772156649015328606065120900824024310422F; // Euler-Mascheroni constant
I would have expected e to be 2.71828...
So would I. The Euler constant has the value e = 2.718281828459045235360287471352662497757... (source: http://mathworld.wolfram.com/e.html)
Regards, Reece
_________________________________________________________________
Sign-up for a FREE BT Broadband connection today! http://www.msn.co.uk/specials/btbroadband
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost