mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This implements the protocols and static functions proposed in SE-0246, plus some initial test coverage. It also has some rough accompanying cleanup of tgmath. It does not include the globals (on scalars or SIMD types) nor does it deprecate much in tgmath.h.
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
Func _cos(_:) has been removed
|
|
Func _exp(_:) has been removed
|
|
Func _exp2(_:) has been removed
|
|
Func _log(_:) has been removed
|
|
Func _log10(_:) has been removed
|
|
Func _log2(_:) has been removed
|
|
Func _nearbyint(_:) has been removed
|
|
Func _rint(_:) has been removed
|
|
Func _sin(_:) has been removed
|