File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
fr/modules/ROOT/pages/commands Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22:page-en: commands/ScientificText
33ifdef::env-github[:imagesdir: /fr/modules/ROOT/assets/images]
44
5+ xref:commands/Commandes_Textes.adoc[Commandes Textes]
6+
57NotationScientifique( <Nombre> )::
68 Retourne le texte où le nombre est écrit en https://en.wikipedia.org/wiki/fr_:_Notation_scientifique[notation
79 scientifique]
@@ -23,14 +25,14 @@ NotationScientifique( <Nombre>, <Précision> )::
2325`++NotationScientifique(ℯ,5)++` retourne _2.7183 × 10^0^._
2426
2527====
26-
28+ ________________________________________
2729image:32px-Menu_view_cas.svg.png[Menu view cas.svg,width=32,height=32] *Calcul formel* :
2830
2931* par saisie directe `++NotationScientifique(0.002)++` affiche dans le CAS 2 × 10^-3^ mais la pastille d'affichage est
3032inopérante, il vous faut glisser/déposer du CAS dans Graphique pour créer le texte associé ;
3133* par affectation `++texte:=NotationScientifique(0.002)++` affiche dans le CAS texte := 2 × 10^-3^ qui est considéré
3234comme un nombre, voir l'affichage dans Algèbre.
33-
35+ ________________________________________
3436[NOTE]
3537====
3638
You can’t perform that action at this time.
0 commit comments