Difference between revisions of "Manuals/calci/CYCLEWITHIN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''CYCLEWITHIN (Number,Increment,LowerLimit,UpperLimit)'''</div><br/> *<math>Number</math> is any real number. *<math>Increment</math> is the skip ...")
 
Line 13: Line 13:
 
==Examples==
 
==Examples==
 
# CYCLEWITHIN(17,4,10,100) = 21
 
# CYCLEWITHIN(17,4,10,100) = 21
# CYCLEWITHIN(4,10.56,20,78) = 24.56
+
# CYCLEWITHIN(4,10.56,20,78) = 14.56
 
# CYCLEWITHIN(20/3,79.8) = 86.46666666666667
 
# CYCLEWITHIN(20/3,79.8) = 86.46666666666667
  

Revision as of 14:33, 8 March 2018

CYCLEWITHIN (Number,Increment,LowerLimit,UpperLimit)


  • 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 Number} is any real number.
  • 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 Increment} is the skip 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 LowerLimit} 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 UpperLimit} is the limit value.

Description

  • This function shows the value with in the given cycle.
  • 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 CYCLEWITHIN (Number,Increment,LowerLimit,UpperLimit)} ,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 Number} is any real number.
  • 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 Increment} is the value to get add from the given number.
  • 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 LowerLimit} is the minimum value 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 UpperLimit} is the maximum value to display.
  • Here the value is displaying with the given number is skip with the increment value that is lying between the lower limit and Upper limit values.

Examples

  1. CYCLEWITHIN(17,4,10,100) = 21
  2. CYCLEWITHIN(4,10.56,20,78) = 14.56
  3. CYCLEWITHIN(20/3,79.8) = 86.46666666666667

See Also

References