HP Prime for All

English  Русский 

Syntax

UFACTOR(Value_Unit1, 1_Unit2)

Description

Unit factor conversion. Converts a measurement using a compound unit into a measurement expressed in constituent units.

Example

a Coulomb—a measure of electric charge—is a compound unit derived from the SI base units of Ampere and second: 1 C = 1 A * 1 s. Using UFACTOR, you can express a measurement in Coulombs as a product of Amperes and time. UFACTOR(100_C,1_A)) returns 100_A*s UFACTOR(100_C, 1_min) returns 1.66666666667_min*A

UFACTOR — Discussion