pub fn find_fast_match(
target: f64,
user_constants: &[UserConstant],
config: &FastMatchConfig<'_>,
table: &SymbolTable,
) -> Option<Match>Expand description
Try to find a fast exact match for the target value
Returns a Match if found, or None if no simple exact match exists. This function is designed to be called before expensive generation.