Skip to content

Duplicate exp functions #2149

@gztensor

Description

@gztensor

We have duplicate exponentiation functions in the math.rs file:

  1. pub fn exp_safe(input: I32F32) -> I32F32 {
  2. pub fn safe_exp(value: I32F32) -> I32F32 {

Review if they are equivalent and refactor/fix as needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions