Skip to content

Commit

Permalink
fix: resolve failing addon build in math/base/special/maxabs
Browse files Browse the repository at this point in the history
PR-URL: #1826
Closes:  stdlib-js/todo#2113
  • Loading branch information
Pranavchiku authored Mar 11, 2024
1 parent 4114dd6 commit e25fbc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include "stdlib/math/base/special/maxabs.h"
#include "stdlib/math/base/special/max.h"
#include "stdlib/math/base/special/abs.h"

/**
Expand Down

1 comment on commit e25fbc3

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/special/maxabs $\color{green}160/160$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}160/160$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.