Is it possible to add std math functions to VSEval's namespace? I can override the builtin namespace, etc, and include python's math functions in the same namespace, but eval can't seem to locate them. What am I missing? Thanks