Skip to content

Commit 90834b9

Browse files
committed
stm/stmhal: Change gammaf to tgammaf.
1 parent d67441d commit 90834b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stm/math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ float ceilf(float x) { return 0.0; }
7979
float floorf(float x) { return 0.0; }
8080
float truncf(float x) { return 0.0; }
8181
float fmodf(float x, float y) { return 0.0; }
82-
float gammaf(float x) { return 0.0; }
82+
float tgammaf(float x) { return 0.0; }
8383
float lgammaf(float x) { return 0.0; }
8484
float erff(float x) { return 0.0; }
8585
float erfcf(float x) { return 0.0; }

stmhal/math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ float ceilf(float x) { return 0.0; }
7979
float floorf(float x) { return 0.0; }
8080
float truncf(float x) { return 0.0; }
8181
float fmodf(float x, float y) { return 0.0; }
82-
float gammaf(float x) { return 0.0; }
82+
float tgammaf(float x) { return 0.0; }
8383
float lgammaf(float x) { return 0.0; }
8484
float erff(float x) { return 0.0; }
8585
float erfcf(float x) { return 0.0; }

0 commit comments

Comments
 (0)