The patch adds a `pow` function for types implementing `One`, `Mul` and `Clone` trait. The patch also renames f32 and f64 pow into powf in order to still have a way to easily have float powers. It uses llvms intrinsics. The pow implementation for all num types uses the exponentiation by square. Fixes bug #11499 |
||
|---|---|---|
| .. | ||
| arc.rs | ||
| atomics.rs | ||
| deque.rs | ||
| mod.rs | ||
| mpmc_bounded_queue.rs | ||
| mpsc_queue.rs | ||
| spsc_queue.rs | ||