I want to ask ,so it's a strange types of questions :
Do i need to be good at maths so? indeed i'm bad at mathematics
To be possible to script something? Admin/mod comment
"Lua "Q" : Personal." is a horribly bad title saying NOTHING about the thread content. There is a reason why "Question" is blocked. You are doing it wrong if you are trying to get around that block. Fixed title for you! /DC Coding most of the time has very little to do with mathematics. It's more logical thinking. Yeah, usually you write code so the computer does the math for you. As long as you know basic arithmetic, you should be fine. if you dont know angles stuff and dont know how use sin cos tan stuff like me bcs u re too young like me it sux I hate maths man,this is so hard. Avo User Offline
In programming, it all depends what stuff you want to do.
Programming a game engine might require some advanced (not just basic arithmetic) math knowledge like trigonometry, vectors, matrices, whatever. On the other hand, you don't have to be a super-math-smart-ass to create user interface for a website.
But there's one thing you will always need - logic. Even coding a simple website using HTML has something to do with logic (relation between elements; which one is a subelement of another one, etc).
If you want to write simple lua scripts (classes for players, administration scripts) you won't need almost any mathematical knowledge at all.