Files
swift-mirror/test/api-digester/Outputs/stability-stdlib-abi.swift.expected
Stephen Canon 57a4553832 SE-0246: Protocols and static functions (#23824)
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.
2019-04-17 23:57:33 +02:00

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