Skip to content

Commit 0e51ccf

Browse files
authored
Update NotationScientifique.adoc
1 parent 628d71c commit 0e51ccf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fr/modules/ROOT/pages/commands/NotationScientifique.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
:page-en: commands/ScientificText
33
ifdef::env-github[:imagesdir: /fr/modules/ROOT/assets/images]
44

5+
xref:commands/Commandes_Textes.adoc[Commandes Textes]
6+
57
NotationScientifique( <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+
________________________________________
2729
image: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
3032
inopé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é
3234
comme un nombre, voir l'affichage dans Algèbre.
33-
35+
________________________________________
3436
[NOTE]
3537
====
3638

0 commit comments

Comments
 (0)