>=(_:_:)

Greater than or equal

BigFrac.swift:1116
static func >= (x: BFraction, y: BFraction) -> Bool

Parameters

x

First operand

y

Second operand

Returns

true if x >= y, false otherwise