arael 0.5.2

Nonlinear optimization framework with compile-time symbolic differentiation
Documentation
1
2
3
4
5
error: #[arael::function(derivs = [...])] on `foo`: expected 1 deriv expression, got 2
 --> tests/user_function_errors/mismatched_derivs_count.rs:4:1
  |
4 | fn foo_eval(k: f32) -> f32 { k }
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^