LexorankEx.Operations.Subtract (lexorank_ex v0.1.5)
Subtracts 2 ranks in number representation. Ranks are expected to have equal length. If second rank is greater, raises exception.
Example: LexorankEx.Operations.Subtract.call([18, 2], [40, 1]) [40, 0]
Link to this section Summary
Link to this section Functions
Link to this function
call(left, right)
Specs
call([non_neg_integer()], [non_neg_integer()]) :: [non_neg_integer()]