1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/modules/core/test
Vincent Rabaud 5622958189 Replace pow with std::pow
The C pow casts to double while std::pow has overloads that can be
optimized by the compiler.
Also replace pow(*, 1./3) by cbrt.
2026-01-04 15:12:59 +01:00
..
2018-02-12 07:09:43 -05:00
2025-12-25 15:45:08 +06:00
2024-03-05 12:15:39 +03:00
2026-01-04 15:12:59 +01:00
2026-01-04 15:12:59 +01:00
2018-02-03 19:39:47 +00:00