Skip to contents

Convert length measured in millimeters (mm) to inches

Usage

inch_mm(x)

Arguments

x

length measured in millimeters, [mm]. Type: assert_double.

Value

length in inches, [inch]. Type: assert_double.

See also

mm_inch for converting inches to mm

Other units: c_k(), f_k(), k_c(), kgf_mpa(), loss_flux(), mm_inch(), mpa_kgf(), mpa_psi(), psi_mpa()

Examples

 library(pipenostics)

 inch_mm(c(25.4, 1))
#> [1] 1.00000000 0.03937008
 # [1] 1.00000000 0.03937008  # [inch]