We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41d09 commit 15c3a04Copy full SHA for 15c3a04
1 file changed
DIRECTORY.md
@@ -255,6 +255,7 @@
255
* [Tanh](https://github.com/TheAlgorithms/Rust/blob/master/src/math/tanh.rs)
256
* [Trapezoidal Integration](https://github.com/TheAlgorithms/Rust/blob/master/src/math/trapezoidal_integration.rs)
257
* [Trial Division](https://github.com/TheAlgorithms/Rust/blob/master/src/math/trial_division.rs)
258
+ * [Triangular Number](https://github.com/TheAlgorithms/Rust/blob/master/src/math/triangular_number.rs)
259
* [Trig Functions](https://github.com/TheAlgorithms/Rust/blob/master/src/math/trig_functions.rs)
260
* [Vector Cross Product](https://github.com/TheAlgorithms/Rust/blob/master/src/math/vector_cross_product.rs)
261
* [Zellers Congruence Algorithm](https://github.com/TheAlgorithms/Rust/blob/master/src/math/zellers_congruence_algorithm.rs)
0 commit comments