It appears the tester isnt aware of bcmath functions:
willslade thank you for the question.
Please add the following to your .vscode/settings.json:
.vscode/settings.json
{ "php.stubs": { "*", "bc" } }
or using the associated code action: