func scalbn<T>(_ x: T, _ n: Int) -> T where T : FloatingPoint
s5Glibc6scalbnyxx_SitSFRzlFWhat are these?
s5Glibc6scalbnyxx_SitSFRzlF
FNV24: [966DH]
import NIOPosix
@frozen struct Int
A signed integer value type.
protocol FloatingPoint : Hashable, SignedNumeric, Strideable where Self == Self.Magnitude
A floating-point numeric type.