[Return]

Report a post

Preview
i dunno what you mean by you're unable to use other maths, but you can just write functions for them
multiplication is a loop where a adds to itself b times, if b is negative then result is -result
division 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
Post number No.121354
Board Off-Topic@Heyuri
Optional. Describe what's wrong with it.