func frexp<T>(_ x: T) -> (T, Int) where T : BinaryFloatingPoint
s5Glibc5frexpyx_SitxSBRzlFWhat are these?
s5Glibc5frexpyx_SitxSBRzlF
FNV24: [91K2X]
import NIOPosix
@frozen struct Int
A signed integer value type.
protocol BinaryFloatingPoint : ExpressibleByFloatLiteral, FloatingPoint
A radix-2 (binary) floating-point type.