Any way to find size in inches of a user screen - mobile, tablet, or laptop>

Any way to find size in inches of a user screen - mobile, tablet, or laptop>

Is there a way in jquery to get the size in inches of a user's screen?  I know about screen.height and screen.width, but they give the dimensions in pixels, and I'm not sure that I can always assume a conversion of factor of 96 pixels per inch on every device - mobile, tablet, and laptop.

Thanks.