Skip to content

Commit 663b2a4

Browse files
authored
chore: minor clean-up
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent de0af58 commit 663b2a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/math/base/special/expf/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* limitations under the License.
1818
*/
1919

20-
#include "stdlib/math/base/napi/unary.h"
2120
#include "stdlib/math/base/special/expf.h"
21+
#include "stdlib/math/base/napi/unary.h"
2222

2323
STDLIB_MATH_BASE_NAPI_MODULE_F_F( stdlib_base_expf )

lib/node_modules/@stdlib/math/base/special/expf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ static float expmultif( const float hi, const float lo, const int32_t k ) {
175175
* - The hexadecimal values included in the source code are the intended ones for the used constants. Decimal values may be used, provided that the compiler will convert from decimal to binary accurately enough to produce the intended hexadecimal values.
176176
*
177177
* @param x input value
178-
* @return output value
178+
* @return output value
179179
*
180180
* @example
181181
* float out = stdlib_base_expf( 0.0f );

0 commit comments

Comments
 (0)