Global Functionswift 6.0.3Foundation
NSDecimalPower(_:_:_:_:)
func NSDecimalPower(_ result: UnsafeMutablePointer<Decimal>, _ decimal: UnsafePointer<Decimal>, _ exponent: Int, _ roundingMode: Decimal.RoundingMode) -> Decimal.CalculationError
func NSDecimalPower(_ result: UnsafeMutablePointer<Decimal>, _ decimal: UnsafePointer<Decimal>, _ exponent: Int, _ roundingMode: Decimal.RoundingMode) -> Decimal.CalculationError
s10Foundation14NSDecimalPowery0A10Essentials7DecimalV16CalculationErrorOSpyAEG_SPyAEGSiAE12RoundingModeOtF
What are these?50ZJB
import Foundation
@frozen struct UnsafeMutablePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing and manipulating data of a specific type.
struct Decimal
@frozen struct UnsafePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing data of a specific type.
@frozen struct Int
A signed integer value type.
enum RoundingMode
enum CalculationError