Manuals/calci/TIMES
Jump to navigation
Jump to search
TIMES(Count,Value)
Description
- This function shows the multiple times value.
- 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 TIMES(Count,Value)} ,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 Count} is the number of times to be dispalyed.
- 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 Value} is the any number or any type of value.
- Here the value can be of any type of value.
- For example:TIMES(2,10) = 10 10.
- When Count is in Decimals then it will truncated in to Integer.
Examples
- TIMES(5,18) = 18 18 18 18 18
- TIMES(3,17/4) = 4.25 4.25 4.25
- TIMES(6.2,12) = 12 12 12 12 12 12 12
See Also