Changes between Version 4 and Version 5 of doc/lol/math/real.h
- Timestamp:
- Dec 29, 2011, 2:09:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/lol/math/real.h
v4 v5 44 44 {{{ 45 45 #!cpp 46 real right = "0.1";46 real correct = "0.1"; 47 47 real wrong = 0.1; 48 48 }}} … … 77 77 || `R_SQRT1_2` || the square root of 1/2 || 78 78 79 All these constant are accurate up to the full precision of the real number class.79 All these constants are accurate up to the full precision of the real number class. 80 80 81 81 == Conversions ==