The limit of 5 decimal places makes it a bit impractical for my use case:
While debugging, I often use fast numerical approximations to obtain out some number, that I know should somehow relate to some properties of the input, combined with some constants. But the precision is often less than 5 decimal places.
Example: The operator norm of some operation or some integral -- is it pi/4inputsize? ln(2)inputsize? sqrt(1/2)*inputsize?
Have you tried dividing by inputsize? Better yet vary inputsize and do a fit, maybe with something like Nutonian Formulize if you have no idea of the form.
4 comments
[ 3.1 ms ] story [ 11.9 ms ] threadhttps://www.wolframalpha.com/ is really useful in that case