powered by
Convert pressure (stress) measured in pounds per square inch (PSI) to megapascals (MPa)
mpa_psi(x)
pressure (stress) measured in pounds per square inch (PSI). Type: assert_double.
assert_double
pressure (stress) in megapascals (MPa). Type: assert_double.
psi_mpa for converting megapascals to pounds per square inch
psi_mpa
Other utils: inch_mm(), kgf_mpa(), mm_inch(), mpa_kgf(), psi_mpa()
inch_mm()
kgf_mpa()
mm_inch()
mpa_kgf()
psi_mpa()
# NOT RUN { mpa_psi(c(145.03773800721814, 1)) # [1] 1.000000000 0.006894757 # [MPa] # }
Run the code above in your browser using DataLab