macro_rules! trigonometry_rad_vv {
    (
    $function_type: ident,
    $function_compiler_type: ident,
    $libm_function_call: tt,
    $registry_function_name: ident,
    $export_name: tt,
    $mech_function_name: expr,
  ) => { ... };
}