in reply to Re: Re: Scientific notation problem
in thread Scientific notation problem
That should do it, except that you're evaluating %score
on the keys of %index, which may just be an
error in your example, or something that should work,
but isn't clear from your example.
You can "force numerical evaluation" with the <=>
operator.