Translation of postfix notation into French
Noun
mathematics
- In postfix notation, you write '3 4 +' instead of '3 + 4'.En notation postfixée, on écrit '3 4 +' au lieu de '3 + 4'.
technology
- Postfix notation simplifies the process of expression evaluation in compilers.La notation postfixée simplifie le processus d'évaluation des expressions dans les compilateurs.
Synonyms and analogies of postfix notation in English
Examples of postfix notation in a sentence
Learning postfix notation can simplify complex calculations. Engineers prefer postfix notation for its efficiency in calculations. Learning postfix notation can improve programming skills.
Translations of "postfix notation" in Context ordered by category and frequency
Many computer scientists prefer postfix notation for its straightforward execution.
De nombreux informaticiens préfèrent la notation postfixe pour sa facilité d'exécution.
Understanding postfix notation can improve your skills in data structures.
Comprendre la notation postfixe peut améliorer vos compétences en structures de données.
postfix notation: Examples and translations in context
A calculator using postfix notation would require you to enter numbers first.
Une calculatrice utilisant la notation postfixe vous demanderait de saisir d'abord les nombres.
Using postfix notation helps to avoid confusion with operator precedence in calculations.
L'utilisation de la notation postfixe aide à éviter les confusions avec la priorité des opérateurs dans les calculs.
To calculate expressions, one can convert infix notation to postfix notation.
Pour calculer des expressions, on peut convertir la notation infixe en notation postfixe.
In postfix notation, an equation like '2 + 3' becomes '2 3 +'.
En notation postfixe, une équation comme '2 + 3' devient '2 3 +'.
Postfix notation simplifies the order of operations in mathematical expressions.
La notation postfixe simplifie l'ordre des opérations dans les expressions mathématiques.
Postfix notation processes operations from left to right without needing to recall priorities.
La notation postfixe traite les opérations de gauche à droite sans avoir à mémoriser les priorités.
Postfix notation requires fewer parentheses, making expressions clearer.
La notation postfixe nécessite moins de parenthèses, rendant les expressions plus claires.
Postfix notation is often used in stack-based programming languages.
La notation postfixe est souvent utilisée dans les langages de programmation basés sur la pile.