STANDARD_FUNCTION_MAP

Static STANDARD_FUNCTION_MAP 

Source
pub static STANDARD_FUNCTION_MAP: Lazy<HashMap<&'static str, &'static str>>
Expand description

Standard function name mapping for simple functions like sin(x), cos(x)

Note: LaTeX functions (\sin, \cos) are handled by explicit tokens in grammar Note: Wolfram functions (Sin, Cos) use WOLFRAM_FUNCTION_MAP