My coding background is small.
I hated math before Construct. Then I started coming up with my own formulas and figuring out what other developers used in their games. Helps me a lot!
For most of the stuff in coding you don't really need any serious math.
Get familiar with system math expression in Construct tho. Most importantly: abs, round, floor, ceil, lerp, unlerp, sin, cos, ln, log10, infinity, max, min, angle, anglediff, anglelerp, anglerotate, distance, exp
That's something I find myself using all the time.