\Log \frac composition evaluation error of some kind

Something’s not working the way it seems like it should.

When I set up a correctness check to be a numerical check with logs. see the script below:

# stdt input values
std= this.numericValue

#correct value to test against
ansfn=simpleFunction(`\frac{\log(50/7)}{\log(3)}`)

test=
  when std=ansfn.evaluateAt(1) true
  otherwise false

#correctness check
correct: test 

initialLatex: ``

I saw Desmos marks answer correct for the exact same typed answer, but it should mark correct for any base of the logarithms for Change of Base rules.

But I expected Desmos to mark any base as correct for change of base numerical solutions.

Here’s the link to the page, dashboard, or activity:

And here are some screenshots or a video:

Depending on how they’re written and computed, answers may vary by small amounts (since rounding happens after every operation and thus the order of those operations matter). In order to avoid these small differences in the way you calculate the answer yourself and the way the students go about the same calculation, its best to add some tolerance to allow answers that are expressed in different forms that may evaluate slightly differently.