improve polar optimisation

This commit is contained in:
Martin Reinecke 2012-10-14 09:38:06 +02:00
parent 6776e8ee19
commit c3e03f1c57

View file

@ -36,7 +36,7 @@
extern "C" {
#endif
enum { sharp_minscale=-8, sharp_limscale=-3, sharp_maxscale=5 };
enum { sharp_minscale=-10, sharp_limscale=0, sharp_maxscale=2 };
static const double sharp_fbig=0x1p+90,sharp_fsmall=0x1p-90;
typedef struct { double f[2]; } sharp_ylmgen_dbl2;