Szabolcs Nagy 121e3a38a1 math: erf and erfc cleanup
common part of erf and erfc was put in a separate function which
saved some space and the new code is using unsigned arithmetics

erfcf had a bug: for some inputs in [7.95,8] the result had
more than 60ulp error: in expf(-z*z - 0.5625f) the argument
must be exact but not enough lowbits of z were zeroed,
-SET_FLOAT_WORD(z, ix&0xfffff000);
+SET_FLOAT_WORD(z, ix&0xffffe000);
fixed the issue
2013-01-07 23:54:13 +01:00
..
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-20 20:08:35 +01:00
2012-03-20 20:08:35 +01:00
2012-03-13 01:17:53 -04:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-11-14 01:01:38 +01:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-29 14:09:57 +02:00
2012-03-29 14:09:57 +02:00
2012-03-29 14:09:57 +02:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-12-16 19:23:51 +01:00
2012-12-16 19:23:51 +01:00
2012-12-16 19:23:51 +01:00
2013-01-07 23:54:13 +01:00
2013-01-07 23:54:13 +01:00
2013-01-07 23:54:13 +01:00
2012-11-18 03:52:29 +01:00
2012-11-18 03:42:09 +01:00
2012-11-18 03:42:09 +01:00
2012-11-18 03:49:16 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-29 14:09:57 +02:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2013-01-01 21:59:46 +01:00
2013-01-01 21:59:46 +01:00
2013-01-01 22:11:28 +01:00
2013-01-01 22:11:28 +01:00
2013-01-01 22:20:45 +01:00
2013-01-01 22:20:45 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-18 20:52:33 +01:00
2012-03-13 01:55:25 -04:00
2012-03-13 01:55:25 -04:00
2012-03-13 01:55:25 -04:00
2012-03-20 20:04:53 +01:00
2012-03-20 20:04:53 +01:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-03-15 08:17:28 +01:00
2012-03-13 01:17:53 -04:00
2012-03-19 23:41:19 +01:00
2012-03-19 23:41:19 +01:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00
2012-12-16 20:22:17 +01:00
2012-03-13 01:17:53 -04:00
2012-03-13 01:17:53 -04:00