>>> from physics3 import ualm >>> x = ualm(1, 1, 0, 1) >>> round(x, 1) 1860.0 >>> h = ualm(-9.80665, 0, 1000, 0.2) >>> round(h, 1) 293.9 >>> x = ualm(2.2, 3, 100, 2) >>> round(x, 1) 16300.0 >>> h = ualm(-9.80665, 10.5, 1000, 0.25) >>> round(h, 1) 54.3 >>> x = ualm(0, 3, 0, 1.5) >>> round(x, 1) 270.0