LexorankEx.Operations.Add (lexorank_ex v0.1.5)
Adds 2 ranks in number representation. Ranks are expected to have equal length.
Example: LexorankEx.Operations.Add.call([40, 1], [40, 0]) [18, 2]
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()]