Crate llml_derive_crate

Crate llml_derive_crate 

Source

Derive Macrosยง

Hypot
Derives the Hypot trait by calculating sqrt(self * self + rhs * rhs)
SinCos
Derives the SinCos trait by returning both the sine and cosine simultaneously
Tan
Derives the Hypot trait by calculating sqrt(self * self + rhs * rhs)
Zero
Derives the Zero trait by giving all fields inside a struct the value T::zero()