Skip to content

Commit

Permalink
added newton, discrete newton
Browse files Browse the repository at this point in the history
  • Loading branch information
DrunkRandomWalker committed Oct 25, 2023
1 parent 4a6cadd commit 576b86d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/injective-math/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
pub mod fp_decimal;
pub mod root_findings;

Check failure on line 2 in packages/injective-math/src/lib.rs

View workflow job for this annotation

GitHub Actions / Test Suite

file not found for module `root_findings`

Check failure on line 2 in packages/injective-math/src/lib.rs

View workflow job for this annotation

GitHub Actions / Test Suite

file not found for module `root_findings`
pub mod utils;
pub mod vector;

use cosmwasm_std::{StdResult, Uint128};
pub use fp_decimal::*;
pub use root_findings::*;
use std::str::FromStr;
pub use utils::*;
pub use vector::*;
Expand Down

0 comments on commit 576b86d

Please sign in to comment.