folle76
Guest
Hello to everyone,
habitually calculate weight with this relationship (arrotonda properly decimals).
weight=floor(7.85*10^(-6)*pro_mp_volume)*1000)/1000
if weight > = 0.5 & weight < = 5
weight = floor(weight*100)/100
endif
if weight > 5 & weight < = 50
weight = floor(weight*10)/10
endif
if weight > 50
weight = floor(weight)
endif
Can I know if there is a system to calculate the weight of a simplified representation (typically excludes components from the axieme)?
Thanks for the help.
habitually calculate weight with this relationship (arrotonda properly decimals).
weight=floor(7.85*10^(-6)*pro_mp_volume)*1000)/1000
if weight > = 0.5 & weight < = 5
weight = floor(weight*100)/100
endif
if weight > 5 & weight < = 50
weight = floor(weight*10)/10
endif
if weight > 50
weight = floor(weight)
endif
Can I know if there is a system to calculate the weight of a simplified representation (typically excludes components from the axieme)?
Thanks for the help.