Difference between revisions of "Manuals/calci/SETCONVERSION"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
# SETCONVERSION("cm","m",80) = true | # SETCONVERSION("cm","m",80) = true | ||
# SETCONVERSION(1<>cm,1<>m,80) = true | # SETCONVERSION(1<>cm,1<>m,80) = true | ||
| − | #1cm<>m = | + | #1cm<>m =80m |
#SETCONVERSION("yr","hr",5) =true | #SETCONVERSION("yr","hr",5) =true | ||
| − | #1yr<>hr= | + | #1yr<>hr= 8760hr |
==Related Videos== | ==Related Videos== | ||
Latest revision as of 03:48, 13 April 2022
SETCONVERSION (UnitOne,UnitTwo,Rate)
- 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 UnitOne} and 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 UnitTwo} are any two country currencies.
- 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 Rate} is the currency value.
Description
- This function is the tester function of the currency conversion.
- The official monetary standard of a country is called the currency.
- 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 SETCONVERSION (UnitOne,UnitTwo,Rate)} ,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 UnitOne} is the currency name of one country.
- 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 UnitTwo} is the Currency name another country.
- 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 Rate} is the currency value to be changed.
- This function will return the result as TRUE when the currency value can be changed.
- Also this will return the result as FALSE when the currency value can not be changed.
Examples
- SETCONVERSION("cm","m",80) = true
- SETCONVERSION(1<>cm,1<>m,80) = true
- 1cm<>m =80m
- SETCONVERSION("yr","hr",5) =true
- 1yr<>hr= 8760hr