-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Description
We have duplicate exponentiation functions in the math.rs file:
subtensor/pallets/subtensor/src/epoch/math.rs
Line 172 in ae2b373
pub fn exp_safe(input: I32F32) -> I32F32 { subtensor/pallets/subtensor/src/epoch/math.rs
Line 1597 in ae2b373
pub fn safe_exp(value: I32F32) -> I32F32 {
Review if they are equivalent and refactor/fix as needed.
Metadata
Metadata
Assignees
Labels
No labels