July 2018
Beginner
202 pages
5h 42m
English
All of the following are binary mathematical operators. The meta method for each of these operators takes two arguments, the left- and the right-hand side of the equation. Each of the functions takes the following general form:
meta = { __<method> = function(left, right) -- Do stuff end}
Here are the names and a brief description of each binary mathematical meta method: