scalbn(_:_:)

    func scalbn<T>(_ x: T, _ n: Int) -> T where T : FloatingPoint