• ThermonuclearEgg [she/her, they/them]
    link
    fedilink
    English
    26 days ago

    Microsoft Finally Invented A Calculator That Is Wrong Sometimes

    I’ve leaked the source code

    function wrong_calculator(actual_answer) {
        return actual_answer + Math.floor(Math.random() + 0.5);
    }