https://github.com/edumigueis/math-algorithms
A compilation of mathematical algorithims in C#.
https://github.com/edumigueis/math-algorithms
algorithm algorithms csharp fibonacci fibonacci-sequence math math-algorithms mathematics mdc mmc
Last synced: 8 months ago
JSON representation
A compilation of mathematical algorithims in C#.
- Host: GitHub
- URL: https://github.com/edumigueis/math-algorithms
- Owner: edumigueis
- License: mit
- Created: 2020-07-19T22:46:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T16:48:31.000Z (over 5 years ago)
- Last Synced: 2025-02-01T21:34:31.652Z (10 months ago)
- Topics: algorithm, algorithms, csharp, fibonacci, fibonacci-sequence, math, math-algorithms, mathematics, mdc, mmc
- Language: C#
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# math-algorithms
> A compilation of mathematical algorithims in C#.
The operations presented in this project are:
- Fibonacci Sequence
- Least common multiple
- Maximum common divisor
- Hyperbolic sine
- Cubic root

## Meta
Eduardo Migueis
Distributed under the MIT license. See `LICENSE` for more information.