I have both of an rectangle and want to find angle between diagonals of a rectangle (angles α, β)
I've found the following Math formulas:
α = 2δ, where sin δ = a/d, where d = Math.sqrt((a * a) + (b * b))
but I can't put it all together cause of I know only sin δ, but δ is needed in the first formula.
That's how it should calculate it: OmniCalculator. For example, for sides 12 and 4 - angle between diagonals is 143.13

You have the following values:
You can calculate as such: