This website requires JavaScript.
Explore
Help
Sign In
apple
/
swift-foundation
Watch
1
Star
0
Fork
0
You've already forked swift-foundation
mirror of
https://github.com/apple/swift-foundation.git
synced
2025-05-21 04:54:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
swift-foundation
/
Sources
/
FoundationEssentials
/
Decimal
History
Johannes Weiss
601e847faa
always @preconcurrency import Glibc (
#1175
)
...
Co-authored-by: Johannes Weiss <johannes@jweiss.io>
2025-03-04 09:25:51 -08:00
..
CMakeLists.txt
Add SPI imports for SwiftCorelibsFoundation usage of Decimal (
#751
)
2024-07-19 14:23:35 -07:00
Decimal.swift
always @preconcurrency import Glibc (
#1175
)
2025-03-04 09:25:51 -08:00
Decimal+Compatibility.swift
Implement negative power support to pow(_ x: Decimal, _ y: Int). Historically Decimal has never supported negative power and will reproduce unexpected results (
#895
)
2024-09-05 16:15:14 -07:00
Decimal+Conformances.swift
Add runtime check to Decimal(sign:exponent:significand:)) for bin compat (
#933
)
2024-09-20 09:02:30 -07:00
Decimal+Math.swift
always @preconcurrency import Glibc (
#1175
)
2025-03-04 09:25:51 -08:00