427 Commits (7af192f5292c1150c08c90fefd6b38494a149b97)

Autor SHA1 Nachricht Datum
  Sam Hocevar 4e4e800572 core: implement the gamma function for reals using Spouge's formula. vor 13 Jahren
  Sam Hocevar b6b8044442 core: implement frexp(), ldexp() and modf() for reals. vor 13 Jahren
  Sam Hocevar b354e17ef3 core: implement log10, sinh and cosh for real numbers. vor 13 Jahren
  Sam Hocevar 1280301f27 core: implement pow() for real numbers; for now special cases such as vor 13 Jahren
  Sam Hocevar a66fc123c1 core: fix a bug in real::log() and real::log2() with values smaller than 1. vor 13 Jahren
  Sam Hocevar 4041166c56 core: improve sin() and exp() performance by replacing divisions with vor 13 Jahren
  Sam Hocevar 2235e9c180 core: implement real methods cbrt(), log2(), exp2(), and copysign(). vor 13 Jahren
  Sam Hocevar efafb640b7 core: implement tan() for real numbers. vor 13 Jahren
  Sam Hocevar 5d9167bda0 core: fix an accuracy error in real::re() and real::sqrt() introduced in vor 13 Jahren
  Sam Hocevar 9ff54f59e3 core: encode real numbers using uint32_t rather than uint16_t. vor 13 Jahren
  Sam Hocevar 66a2ee6a40 core: remove most dependencies on real number size in the various math vor 13 Jahren
  Sam Hocevar 3282cf30bb core: replace the cos(real) implementation with a simple call to vor 13 Jahren
  Sam Hocevar b7fa88e210 real: constrain sin() and cos() on real numbers so that they work properly vor 13 Jahren
  Sam Hocevar c5c4913bda core: implement round() and fmod() for real numbers. vor 13 Jahren
  Sam Hocevar 064856b443 core: implement floor() and ceil() for real numbers. vor 13 Jahren
  Sam Hocevar 221f469c3f core: implement asin() and acos() for real numbers and add unit tests for vor 13 Jahren
  Sam Hocevar d9cb8f2961 core: fix an accuracy error in sqrt() for arguments < 1.0. vor 13 Jahren
  Sam Hocevar f5019d3930 core: implement atan() for real numbers. vor 13 Jahren
  Sam Hocevar bbd75b80eb core: add real constants for 0, 1, 2 and 10, and reorder static constants vor 13 Jahren
  Sam Hocevar 1ffa994f4b core: add boolean operators on real numbers, add unit tests for that, vor 13 Jahren
  Sam Hocevar 8f400b6364 core: create global real number variables such as R_E, R_PI, R_LN2 etc. vor 13 Jahren
  Sam Hocevar 4822f02d8d core: implement shift operators for reals; they're useful for fast vor 13 Jahren
  Sam Hocevar ab03cdb118 core: improve exp() on reals: faster (constant time) and a lot more vor 13 Jahren
  Sam Hocevar f62946fc7b core: implement log() for real numbers, and start documenting our next vor 13 Jahren
  Sam Hocevar 593aa3af70 core: implement sin(), cos() and abs() for reals and fix a crash in the vor 13 Jahren
  Sam Hocevar c0edb49ed6 core: add exp() for real numbers and fix the == operator. vor 13 Jahren
  Sam Hocevar 908b2b3b95 real: fix a bug in the real number multiplication when one of the arguments vor 13 Jahren
  Sam Hocevar 02bcc443f6 core: add sqrt() for real numbers. vor 13 Jahren
  Sam Hocevar ff45d2ac98 test: add a 10-line example program that computes Pi to the 150th digit. vor 13 Jahren
  Sam Hocevar 58ee1d5b81 core: add operators +=, *= etc. to the real class, and refactor the vor 13 Jahren
  Sam Hocevar 058d88232d core: add rounding to real->double conversion, fix a bug in the addition vor 13 Jahren
  Sam Hocevar fbdec834dd image: add a GDI+ loader. vor 13 Jahren
  Sam Hocevar cdc155c42b core: allow to cast reals to doubles in addition to floats. vor 13 Jahren
  Sam Hocevar 325ea94821 core: implement division of reals and change their default precision vor 13 Jahren
  Sam Hocevar 93479c2876 core: implement real subtraction. vor 13 Jahren
  Sam Hocevar a173e49ddc core: implement comparison operators for reals. vor 13 Jahren
  Sam Hocevar 48f00deff9 core: fix real unary minus and handle negative numbers in additions. vor 13 Jahren
  Sam Hocevar 884978c71b core: handle zero, negative zero and infinite in the real constructor, vor 13 Jahren
  Sam Hocevar dbb0463f4c core: start working on the extended floating point addition. vor 13 Jahren
  Sam Hocevar 202ac6aaf3 core: switch real mantissa to uint16_t instead of uint32_t to ease the vor 13 Jahren
  Sam Hocevar 5521b9fd01 build: start adding Xbox 360 configuration settings to the VS projects. vor 13 Jahren
  Sam Hocevar 1d9507baae core: remove spurious dependency between androidapp.cpp and monsterz. vor 13 Jahren
  Sam Hocevar 5fc298964b core: start working on a "real" class for arbitrarily sized floats. vor 13 Jahren
  Sam Hocevar fe0d76cede build: fix PS3 and Android build; it was broken since the ImageData refactor. vor 13 Jahren
  Sam Hocevar a59f2efb07 build: bring the iOS port up to date by synchronising new source file vor 13 Jahren
  Sam Hocevar abbf9ba44c build: fix a shitload of build errors introduced by the Image refactoring vor 13 Jahren
  Sam Hocevar 356917292d osx: link with the proper OpenGL libraries on OS X. vor 13 Jahren
  Sam Hocevar 2435bd47ed osx: automake does not support .mm files yet, so rename ios-image.mm back vor 13 Jahren
  Sam Hocevar 11dce0c620 ios: rename iOS image loader to .mm. vor 13 Jahren
  Sam Hocevar bcea65d273 core: remove calls to exit() in image loaders since they can now report vor 13 Jahren