Anyone ever encounter being unable to use any math that is not +-/. It is also my first time coding alot for games...so this felt very new.Seems psychological but I honestly do not buy anything non physiological.Marked for deletion (Old)
press buttons on teh keyboard a bit, maybe pee on the computer to get it motivated - at least that's how i write code
>>121347I wouldn't wanna touch my own pee but then again I definitely simply gave it up for months, but no one from any other discipline is considering me either. So here we are again, All the same.
i dunno what you mean by you're unable to use other maths, but you can just write functions for themmultiplication is a loop where a adds to itself b times, if b is negative then result is -resultdivision is a loop where a repeatedly subtracts b from itself, counting how many times this can be done until a is less than b. If b is negative or if a is negative (but not both), then result is -result