This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-08 08:35:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a050286f7
ClickHouse
/
base
/
glibc-compatibility
/
musl
/
__math_invalidf.c
7 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
glibc 2.29 compatibility
2019-09-28 14:36:56 +00:00
#
include
"libm.h"
Fixed glibc compatibility
2019-08-01 03:20:54 +00:00
float
__math_invalidf
(
float
x
)
{
return
(
x
-
x
)
/
(
x
-
x
)
;
}
Reference in New Issue
Copy Permalink