So I want to get into generating ramp types with my Brick Generator add-on, and Ramps, when generated, have an offset based on size applied to the ramp face.
The default 1x2 ramp offset is 1.368.
The default 1x3 ramp offset is 2.207.
so I need a formula that will either get the closest value to these numbers, based on the number you input,
"2" = 1.368, "3" = 2.207, exactly those numbers, or just one that does not appear to the human eye, any different from the default.