armoha / euddraft

System for pluginizing eudplib codes.
Other
29 stars 4 forks source link

Division/Modulo/IsDivisible optimization #94

Open armoha opened 1 year ago

armoha commented 1 year ago

epScript Example

function isMultipleOf7(x) {
    return l2v(x * -1227133513 < 613566757);
}

See