Skip to contents

Convert pressure (stress) measured in megapascals (MPa) to pounds per square inch (PSI)

Usage

psi_mpa(x)

Arguments

x

pressure (stress) measured in megapascals. [MPa]. Type: assert_double.

Value

Pressure (stress) in pounds per square inch, [PSI]. Type: assert_double.

See also

mpa_psi for converting pounds per square inch to megapascals

Other Measurement Unit Converter: c_k(), f_k(), inch_mm(), k_c(), kgf_mpa(), loss_flux(), mm_inch(), mpa_kgf(), mpa_psi()

Examples

library(pipenostics)

psi_mpa(c(6.89475728e-3, 1))
#> [1]   1.0000 145.0377