pub static WOLFRAM_FUNCTION_MAP: Lazy<HashMap<&'static str, &'static str>>Expand description
Wolfram function name mapping for readability
Maps Wolfram Language function names to our internal function names. Uses HashMap for complex lookups where readability matters more than micro-performance optimizations.