$a = 0.6**20;
Enter a: [_______]{$a}
When I input 0.6**20 as the answer, it is incorrect. I suspect this has to do with the tolerance issue. So I add
Context('Numerics')
Context()->flags->set(tolerance=>0.0001);
The answer still is not correct.
Could you help with this problem? Thanks.