Vertaling van "o notation" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The original result of Alfred Tauber (1897) stated that if we assume also an = o(1/n) (see Little o notation) and the radial limit exists, then the series obtained by setting z = 1 is actually convergent.
Le résultat original obtenu par Alfred Tauber (en) affirmait que si la limite radiale existe, et si l'on suppose également an = o(1/n) (voir les notations de Landau), alors la série obtenue en posant r = 1 converge également.
(see pi and big O notation).
In mathematics, Big O notation is used to represent the asymptotic characteristics of functions.
En mathématiques, la notation Big O est utilisé pour représenter les caractéristiques asymptotique des fonctions.
This terminology comes from algorithm analysis' Big O Notation.
Cette terminologie provient de l'analyse d'algorithme Big O Notation.
Introduction to computational complexity, big- O notation, and analysis of simple algorithms.
Introduction à la complexité algorithmique, la notation grand O, et leur réalisation.
We illustrate-with the help of small illustrative examples-a number of challenges with the use of the O notation, in particular in the multivariate case, that might be overlooked when reasoning informally.
Par ailleurs, nous illustrons, à l'aide d'exemples simples, un certain nombre de difficultés liées à l'utilisation rigoureuse de la notation O, et qu'il est facile de négliger lors d'un raisonnement informel.
In big O notation, the brute-force algorithm is O(n) and the efficient algorithm is O(1) (assuming constant time arithmetic operations).
En notation de Landau, l'algorithme brute-force est en O(n) tandis que l'algorithme efficace est en O(1) (si on considère que le coût des opérations arithmétiques est constant).
This observation is the basis for the soft O notation Õ(n).
Cette lettre représente le son /ja/ (notation de l'API).
Lookups by key, or key range, are extremely efficient operations with a B-tree, described in big O notation as O(log N) and O(log N + K), respectively.
Or, les recherches par clé, ou intervalle de clés, sont d'une rapidité redoutable dans un arbre B. Traduit en notation de complexité (O), cela donne respectivement O(log N) et O(log N + K).