The gegenbauer(2,-1,x) should return 1.0 for any given x due to its formula, however, in mpmath, it return 0.0 for any given x. For example: `mp.dps = 200` `print gegenbauer(2,-1.0, 27397079.00297188)` Output is: `0`