Original Post
So I need a function that when I give it
X = 1024 it returns Y = 1
X = 512 it returns Y = 2
X = 256 it returns Y = 3
if i give 768 it should give 1.5
if I give him 1 it should return 11
I have a headache now, and can't think much, so I'm asking for help. give it a try and let me know.
X = 1024 it returns Y = 1
X = 512 it returns Y = 2
X = 256 it returns Y = 3
if i give 768 it should give 1.5
if I give him 1 it should return 11
I have a headache now, and can't think much, so I'm asking for help. give it a try and let me know.