Difference between revisions of "Manuals/calci/TOUNITS"

 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
 
==Examples==
 
==Examples==
 +
# TOUNITS("cm",4) = 4 cm.
 +
# TOUNITS("kg",9) = 9 kg.
 +
# TOUNITS("lb",43) = 43 lb.
 +
# TOUNITS("min",25.3) = 25.3 min.
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=jqmIbcId3B0&t=20s|280|center|Conversion}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:14, 22 February 2019

TOUNITS (Units,Numeric)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Units} is any Unit name.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Numeric} is any value.

Description

  • This function show the magnitude value with the given unit.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle TOUNITS (Units,Numeric)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Units} is any unit name.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Numeric} is any value.
  • A unit of measurement is a definite magnitude of a quantity, defined and adopted by convention or by law, that is used as a standard for measurement of the same quantity.
  • So this function shows the value with the unit name.

Examples

  1. TOUNITS("cm",4) = 4 cm.
  2. TOUNITS("kg",9) = 9 kg.
  3. TOUNITS("lb",43) = 43 lb.
  4. TOUNITS("min",25.3) = 25.3 min.

Related Videos

Conversion

See Also

References