Hi, how can i calculate this formula with picbasic?

RH(linear)= -2.0468+(0.0367*SORH)-(SORH*SORH*1.5955e-6)

SORH is a 12 bit data that is given from sensor. i should put that data in above formula to calculate the humidity in %. how should i write the code?