We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e77810 commit 850bfd4Copy full SHA for 850bfd4
lib/node_modules/@stdlib/math/base/special/xlogy/src/main.c
@@ -16,6 +16,7 @@
16
* limitations under the License.
17
*/
18
19
+#include "stdlib/math/base/special/xlogy.h"
20
#include "stdlib/math/base/special/ln.h"
21
#include "stdlib/math/base/assert/is_nan.h"
22
lib/node_modules/@stdlib/math/base/special/xlogyf/src/main.c
+#include "stdlib/math/base/special/xlogyf.h"
#include "stdlib/math/base/special/lnf.h"
#include "stdlib/math/base/assert/is_nanf.h"
0 commit comments