Changes between Version 8 and Version 9 of doc
- Timestamp:
- Jan 24, 2013, 1:00:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc
v8 v9 5 5 == API documentation == 6 6 7 * <lol/base/*> 8 * [wiki:doc/lol/base/assert.h <lol/base/assert.h>]: assertion and test macros 9 * <lol/math/*> 10 * [wiki:doc/lol/math/real.h <lol/math/real.h>]: high-precision floating point numbers 11 * [wiki:doc/lol/math/remez.h <lol/math/remez.h>]: Remez exchange toolbox for high-quality polynomial approximations 7 12 * <lol/sys/*> 8 * [wiki:doc/lol/base/assert.h <lol/sys/assert.h>]: assertion and test macros 9 10 === Maths === 11 * [wiki:doc/maths/real real numbers], the Lol Engine high precision floating point numbers 12 * [wiki:doc/maths/remez Remez exchange toolbox] for high-quality polynomial approximations 13 * [wiki:doc/lol/sys/timer.h <lol/sys/timer.h>]: timer utility class 13 14 14 15 == Developer documentation ==