16 Commits (408b8277aee1a99ebdf347749ef238180b48c9f9)

Author SHA1 Message Date
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 11 years ago
  Sam Hocevar 8443733a08 math: add GLSL-inherited degrees() and radians() conversion functions. 12 years ago
  Sam Hocevar 4ee0f5e29e math: friend declarations aren’t proper declarations; add the 13 years ago
  Sam Hocevar 16d53895fa math: remove coercion rules in the vector classes, they increase the 13 years ago
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 13 years ago
  Sam Hocevar 397c7f2fda core: implement hashing functions for half, float and double. 13 years ago
  Sam Hocevar d4c0c005d6 math: refactor real number constant declarations so that they are only 13 years ago
  Sam Hocevar 688c046414 math: add an sprintf() method to real numbers, and ensure they are always 13 years ago
  Sam Hocevar 43b55669a4 math: workaround for an apparent Visual Studio compiler bug in 14 years ago
  Sam Hocevar b1d9c511bf core: some clang and g++ 4.7 compilation fixes. 14 years ago
  Sam Hocevar 1bc2a7d705 build: fix compilation on Windows by undefining the min and max macros 14 years ago
  Sam Hocevar ade0514b15 math: add min(), max() and clamp() for half, real and vector types. 14 years ago
  Sam Hocevar 8bea4cf189 math: ensure real::fabs() is never chosen over std::fabs() for arguments 14 years ago
  Sam Hocevar bed5dea0c0 math: implement ulp() for reals, which returns the smallest real y > 0 such 14 years ago
  Sam Hocevar 366644d43c real: get rid of <<= and >>= operators; we can use ldexp() instead. As a 14 years ago
  Sam Hocevar 48bf48a4e4 math: move the Remez algorithm implementation to the core. 14 years ago
  Sam Hocevar 992c198a66 core: allow to build a real number using a string literal. 14 years ago
  Sam Hocevar 2edb8115e6 core: port all code to NativeClient. Nothing runs for now, but it builds. 14 years ago
  Sam Hocevar c508dc2a4a core: dynamically allocate mantissa for real numbers. One day we'll be able 14 years ago
  Sam Hocevar 4e4e800572 core: implement the gamma function for reals using Spouge's formula. 14 years ago
  Sam Hocevar b6b8044442 core: implement frexp(), ldexp() and modf() for reals. 14 years ago
  Sam Hocevar b354e17ef3 core: implement log10, sinh and cosh for real numbers. 14 years ago
  Sam Hocevar 1280301f27 core: implement pow() for real numbers; for now special cases such as 14 years ago
  Sam Hocevar 2235e9c180 core: implement real methods cbrt(), log2(), exp2(), and copysign(). 14 years ago
  Sam Hocevar efafb640b7 core: implement tan() for real numbers. 14 years ago
  Sam Hocevar 5d9167bda0 core: fix an accuracy error in real::re() and real::sqrt() introduced in 14 years ago
  Sam Hocevar 9ff54f59e3 core: encode real numbers using uint32_t rather than uint16_t. 14 years ago
  Sam Hocevar c5c4913bda core: implement round() and fmod() for real numbers. 14 years ago
  Sam Hocevar 064856b443 core: implement floor() and ceil() for real numbers. 14 years ago
  Sam Hocevar 221f469c3f core: implement asin() and acos() for real numbers and add unit tests for 14 years ago
  Sam Hocevar f5019d3930 core: implement atan() for real numbers. 14 years ago
  Sam Hocevar bbd75b80eb core: add real constants for 0, 1, 2 and 10, and reorder static constants 14 years ago
  Sam Hocevar 1ffa994f4b core: add boolean operators on real numbers, add unit tests for that, 14 years ago
  Sam Hocevar 8f400b6364 core: create global real number variables such as R_E, R_PI, R_LN2 etc. 14 years ago
  Sam Hocevar 4822f02d8d core: implement shift operators for reals; they're useful for fast 14 years ago
  Sam Hocevar f62946fc7b core: implement log() for real numbers, and start documenting our next 14 years ago
  Sam Hocevar 593aa3af70 core: implement sin(), cos() and abs() for reals and fix a crash in the 14 years ago
  Sam Hocevar c0edb49ed6 core: add exp() for real numbers and fix the == operator. 14 years ago
  Sam Hocevar 02bcc443f6 core: add sqrt() for real numbers. 14 years ago
  Sam Hocevar ff45d2ac98 test: add a 10-line example program that computes Pi to the 150th digit. 14 years ago
  Sam Hocevar 58ee1d5b81 core: add operators +=, *= etc. to the real class, and refactor the 14 years ago
  Sam Hocevar cdc155c42b core: allow to cast reals to doubles in addition to floats. 14 years ago
  Sam Hocevar 325ea94821 core: implement division of reals and change their default precision 14 years ago
  Sam Hocevar a173e49ddc core: implement comparison operators for reals. 14 years ago
  Sam Hocevar 48f00deff9 core: fix real unary minus and handle negative numbers in additions. 14 years ago
  Sam Hocevar dbb0463f4c core: start working on the extended floating point addition. 14 years ago
  Sam Hocevar 202ac6aaf3 core: switch real mantissa to uint16_t instead of uint32_t to ease the 14 years ago
  Sam Hocevar 5fc298964b core: start working on a "real" class for arbitrarily sized floats. 14 years ago
  Sam Hocevar 22b7a41c2e core: fix include guard naming scheme. 15 years ago
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. 15 years ago