php - Size calculator formula -


i working on website have calculate sizes of dresses. want know how can calculate approximate size of dress using these values: chest, waist, height, weight, inseam, hips, neck, length. formula (like height* neck etc.)

these values may single chest or more one.
these values may in mm or cm.

see link reference.

based on example linked to, there no overlap between of individual measurements (ie chest, hip, sleeve length) within men’s, ladies or youth. takes 1 of each (men’s chest, or ladies hip, or youth’s sleeve, etc). values in cm firstly i’d suggest converting mm (1 cm = 10 mm) then, given link in inches, divide mm 25.4 obtain value in inches up. eg:

ladies hip     100cm    =    1000 mm     or 39”     ie     m.

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -