directMultiplicationLimit

Multiplication switches to an asymptotically better recursive algorithm when arguments have more words than this limit.

Multiplication.swift:84
static let directMultiplicationLimit: Int