Skip to content

Commit

Permalink
Update DIRECTORY.md [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Jan 2, 2024
1 parent bcc9e32 commit e593542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@
* [Interquartile Range](https://github.com/TheAlgorithms/Rust/blob/master/src/math/interquartile_range.rs)
* [Karatsuba Multiplication](https://github.com/TheAlgorithms/Rust/blob/master/src/math/karatsuba_multiplication.rs)
* [Lcm Of N Numbers](https://github.com/TheAlgorithms/Rust/blob/master/src/math/lcm_of_n_numbers.rs)
* [Least Square Approximation](https://github.com/TheAlgorithms/Rust/blob/master/src/math/least_square_approx.rs)
* [Leaky Relu](https://github.com/TheAlgorithms/Rust/blob/master/src/math/leaky_relu.rs)
* [Least Square Approx](https://github.com/TheAlgorithms/Rust/blob/master/src/math/least_square_approx.rs)
* [Linear Sieve](https://github.com/TheAlgorithms/Rust/blob/master/src/math/linear_sieve.rs)
* [Logarithm](https://github.com/TheAlgorithms/Rust/blob/master/src/math/logarithm.rs)
* [Lucas Series](https://github.com/TheAlgorithms/Rust/blob/master/src/math/lucas_series.rs)
Expand All @@ -212,7 +212,6 @@
* [Sigmoid](https://github.com/TheAlgorithms/Rust/blob/master/src/math/sigmoid.rs)
* [Signum](https://github.com/TheAlgorithms/Rust/blob/master/src/math/signum.rs)
* [Simpson Integration](https://github.com/TheAlgorithms/Rust/blob/master/src/math/simpson_integration.rs)
* [Sine](https://github.com/TheAlgorithms/Rust/blob/master/src/math/sine.rs)
* [Softmax](https://github.com/TheAlgorithms/Rust/blob/master/src/math/softmax.rs)
* [Sprague Grundy Theorem](https://github.com/TheAlgorithms/Rust/blob/master/src/math/sprague_grundy_theorem.rs)
* [Square Pyramidal Numbers](https://github.com/TheAlgorithms/Rust/blob/master/src/math/square_pyramidal_numbers.rs)
Expand All @@ -224,6 +223,7 @@
* [Tanh](https://github.com/TheAlgorithms/Rust/blob/master/src/math/tanh.rs)
* [Trapezoidal Integration](https://github.com/TheAlgorithms/Rust/blob/master/src/math/trapezoidal_integration.rs)
* [Trial Division](https://github.com/TheAlgorithms/Rust/blob/master/src/math/trial_division.rs)
* [Trig Functions](https://github.com/TheAlgorithms/Rust/blob/master/src/math/trig_functions.rs)
* [Vector Cross Product](https://github.com/TheAlgorithms/Rust/blob/master/src/math/vector_cross_product.rs)
* [Zellers Congruence Algorithm](https://github.com/TheAlgorithms/Rust/blob/master/src/math/zellers_congruence_algorithm.rs)
* Navigation
Expand Down

0 comments on commit e593542

Please sign in to comment.