Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • ...IS article:   [http://oeis.org/A78403 A78403 Primes such that digital root is prime]. ...xhighlight lang="algol68">BEGIN # find nice primes - primes whose digital root is also prime # ...
    56 KB (5,941 words) - 17:48, 12 May 2024
  • ...much of a stress test that really is.. (my maths is so crap I expected the root would have to be accurate to maybe 200dp, or at least 150dp, but apparently ...
    4 KB (525 words) - 06:02, 2 August 2021
  • ROOT = 1 // sentinel kept at stack[1] while p>ROOT do ...
    33 KB (3,787 words) - 16:10, 2 March 2024
  • : The new interpretation of WP text is incorrect. Digital root of 9 is 9, while WP text only says it acts "as a kind of zero", not literal ...
    3 KB (524 words) - 13:03, 13 September 2021
  • ...d to its decimal equivalent and compute its base 10 [[Digital_root|digital root]]. Display all three in increasing order of digital root and show the total count of such words. ...
    93 KB (9,914 words) - 12:05, 27 May 2024
  • // Returns an I64 object equal in value to the integer n'th root of 'x' // i.e. the precise n'th root truncated towards zero if not an integer. ...
    75 KB (9,569 words) - 17:12, 11 March 2024
  • The program should identify whether the root is exact or approximate. print(‘Root found at ’x) ...
    111 KB (14,948 words) - 20:35, 3 February 2024
  • The digital root, <math>X</math>, of a number, <math>n</math>, is calculated: The task is to calculate the additive persistence and the digital root of a number, e.g.: ...
    153 KB (17,527 words) - 16:26, 2 March 2024
  • ...ki></big>) formulas: &nbsp; &nbsp; '''floor''' &nbsp; and &nbsp; '''square root''' &nbsp; symbols, for two. &nbsp; I had copies the use of the &nbsp; '''fl ...
    4 KB (635 words) - 07:59, 4 April 2022
  • ...eds to be reported, could the calculation be sped up by not using a square root in the distance calculation? I'm not sure how the current examples are calc ...unction. Still, that would let you optimize to reduce the number of square root operations performed. (I do question whether we're doing a “how fast can we ...
    10 KB (1,727 words) - 14:37, 22 September 2020
  • PROC unsafe root = (REAL n)REAL: sqrt(n); SAFEFUNCTION safe root = ( unsafe root, ( REAL n )BOOL: n >= 0 ); ...
    69 KB (9,515 words) - 19:38, 31 March 2024
  • ...OL 68|Accumulator factory]], [[Averages/Root mean square#ALGOL 68|Averages/Root mean square]], [[Dynamic variable names#ALGOL 68|Dynamic variable names]], ...mbers#ALGOL 68|Luhn test of credit card numbers]], [[Nth root#ALGOL 68|Nth root]], [[Quine#ALGOL 68|Quine]], [[Special characters#ALGOL 68|Special characte ...
    16 KB (1,905 words) - 02:59, 26 June 2024
  • ...mples)) by 2048 - or you could modify fft so that it divides by the square root of the number of samples...). Presumably other implementations will have si ...uare of the imaginary part of the complex number, and then take the square root of sum of those two. This gives a plottable "magnitide" - might need to adj ...
    9 KB (1,618 words) - 10:47, 15 November 2015
  • set bracketNest to root(foldTree(my nestedList, tree)) -- Path from the virtual root to the first explicit node. ...
    77 KB (8,573 words) - 12:27, 26 April 2024
  • ...not “8086 assembly”, you know what I mean? [[User:Root|Root]] ([[User talk:Root|talk]]) 18:10, 20 August 2021 (UTC) ...
    13 KB (2,096 words) - 17:45, 15 September 2021
  • ...e "here", i.e. in the current working directory and once in the filesystem root. SELECT Root-File ASSIGN TO "/input.txt". ...
    58 KB (7,158 words) - 16:07, 24 November 2023
  • ...the log of the queue size, which would then be smaller by the given square root ratio.--[[User:GordonBGood|GordonBGood]] ([[User talk:GordonBGood|talk]]) 1 ...
    8 KB (1,222 words) - 06:30, 11 December 2021
  • IF LONG INT root = ENTIER long sqrt( add unit sq ); root * root = add unit sq ...
    46 KB (5,821 words) - 20:56, 18 February 2024
  • ...represented as a tree, "equivalence" allows any node in the tree to be the root, and the branches from any node can be in any order. --[[User:Rdm|Rdm]] 20 ...
    5 KB (705 words) - 14:48, 1 August 2020
  • # construct a table of squares, we will need at most the square root of max prime # <syntaxhighlight lang="clu">% Integer square root ...
    41 KB (3,984 words) - 07:26, 15 April 2024
View ( | ) (20 | 50 | 100 | 250 | 500)