ceil(_:) Returns the ceiling of each element in a vector. Declarationfunc ceil(_ x: SIMD2<Float>) -> SIMD2<Float> See AlsoMath Functionscbrt(_:)erf(_:)erfc(_:)floor(_:)fma(_:_:_:)fmod(_:_:)hypot(_:_:)lgamma(_:)nextafter(_:_:)pow(_:_:)remainder(_:_:)round(_:)simd_muladd(_:_:_:)tgamma(_:)trunc(_:)