Skip to content

Commit f2a8b03

Browse files
committed
Add gcd to procedures in math module
1 parent e8a16fe commit f2a8b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Full release notes available at [v0.1.0] tag.
3030
- new procedure `outer_product`
3131
[#432](https://github.com/fortran-lang/stdlib/pull/432)
3232
- new module `stdlib_logger`
33-
- new derived type: `logger_type`
33+
- new derived type `logger_type`
3434
[#228](https://github.com/fortran-lang/stdlib/pull/228)
3535
[#261](https://github.com/fortran-lang/stdlib/pull/261)
3636
- new module `stdlib_math`
@@ -40,6 +40,8 @@ Full release notes available at [v0.1.0] tag.
4040
[#420](https://github.com/fortran-lang/stdlib/pull/420)
4141
- new procedure `arange`
4242
[#480](https://github.com/fortran-lang/stdlib/pull/480)
43+
- new procedure `gcd`
44+
[#539](https://github.com/fortran-lang/stdlib/pull/539)
4345
- new module `stdlib_optval`
4446
[#73](https://github.com/fortran-lang/stdlib/pull/73)
4547
[#96](https://github.com/fortran-lang/stdlib/pull/96)

0 commit comments

Comments
 (0)