Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit eefbd98

Browse files
committed
fix pub
1 parent 9d192d9 commit eefbd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/cbrt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ where
187187
FpResult::ok(F::from_bits(cvt3))
188188
}
189189

190-
trait CbrtHelper: Float {
190+
pub trait CbrtHelper: Float {
191191
/// 2^(n / 3) for n = [0, 1, 2]
192192
const ESCALE: [Self; 3];
193193
/// The polynomial `c0+c1*x+c2*x^2+c3*x^3` approximates `x^(1/3)` on `[1,2]`

0 commit comments

Comments
 (0)