1
2
3
4
5
6
7
8
trigonometry_rad_vv!(
  MathAtanRadVV,    // MechFunction
  MathAtan,         // MechFunctionCompiler
  atanf,            // libm function call
  math_atan_reg,    // registry function name
  math_atan,        // export name
  "math/atan",      // function name in Mech
);