signum

Is 0 if self = 0, 1 if self > 0, and -1 if self < 0

BigFrac.swift:322
var signum: Int { get }