Manuals/calci/BETWEENCORE

From ZCubes Wiki
Revision as of 12:49, 20 September 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''BETWEENCORE (FirstValue,Value,SecondValue,Type) '''</div><br/> *<math>FirstValue</math> is the minimum value. *<math>SecondValue</math> is the m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
BETWEENCORE (FirstValue,Value,SecondValue,Type)


  • 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 FirstValue} is the minimum 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 SecondValue} is the maximum 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 Value} is any real number.

Description

  • This function is the tester function of in between values.
  • 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 BETWEENCORE (FirstValue,Value,SecondValue,Type)} , 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 FirstValue} is the minimum 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 SecondValue} is the maximum value.
  • is the number to find the value is in the given range or not.
  • This function will return the result as TRUE when the given number with in the given range of values.
  • Otherwise this function will return the result as FALSE.

Examples

  1. BETWEENCORE(10,32,100) = true
  2. BETWEENCORE(-10,-3,0) = true
  3. BETWEENCORE(1.001,1.2,1.01) = false
  4. BETWEENCORE(1/4,1/2,3/4) = true

See Also


References

Between