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()