From f5a78bfbe2b20f92bbdafa7638a7640b447b593a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 23 Dec 2024 19:18:29 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CHANGELOG.md | 1 + src/main.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index a573208..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-12-23T02:14:05.590Z diff --git a/CHANGELOG.md b/CHANGELOG.md index e939e93..d469cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@
+- [`6a0d6b8`](https://github.com/stdlib-js/stdlib/commit/6a0d6b861f8e2079a501ca4e46a9175440eedb46) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_ - [`f13ddb2`](https://github.com/stdlib-js/stdlib/commit/f13ddb2eb01e5520b6fa98634bbf9de76793036f) - **style:** use spaces for alignment in C comments _(by Philipp Burckhardt)_ - [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_ - [`b0e68c5`](https://github.com/stdlib-js/stdlib/commit/b0e68c5bc8ee985794eb2ea1791c9337cd15fbd0) - **chore:** update to modern benchmark Makefile _(by Philipp Burckhardt)_ diff --git a/src/main.c b/src/main.c index 3f7406b..a0b39a8 100644 --- a/src/main.c +++ b/src/main.c @@ -31,5 +31,5 @@ * // returns ~3.1416 */ double stdlib_base_ahavercos( const double x ) { - return 2.0 * stdlib_base_acos( stdlib_base_sqrt( x ) ); + return 2.0 * stdlib_base_acos( stdlib_base_sqrt( x ) ); }