Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Say no to "*" solution in Creative category for Multiply (Intro) by megaexception
import assert from "assert";
function multTwo(a: number, b: number): number {
return Math.round(Math.exp(Math.log(a) + Math.log(b)));
}
April 22, 2020
Comments: