Skip to content

Commit

Permalink
options/ansi: Expose finite() and finitef() in math.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jan 29, 2024
1 parent f75ca5f commit 67430b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions options/ansi/include/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ long double fmal(long double, long double, long double);
extern int signgam;
#define __signgam signgam

// BSD floating-point classification functions - obsolete

int finite(double x);
int finitef(float x);

#endif /* !__MLIBC_ABI_ONLY */

#ifdef __cplusplus
Expand Down

0 comments on commit 67430b3

Please sign in to comment.