<=(_:_:)

Less than or equal

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

Parameters

x

First operand

y

Second operand

Returns

true if x <= y, false otherwise