SetPrettyExp
Sets the exponent display type of a numeric entity.
Syntax
-
SetPrettyExp(x, b)
-
x
is a number, a vector, or a matrix -
b
is a boolean
-
-
SetPrettyExp(x, "inherited")
-
x
is a number, a vector, or a matrix
-
Description
-
SetPrettyExp(x, false)
returnsx
with the exponent displayed inE
style. -
SetPrettyExp(x, true)
returnsx
with the exponent displayed in⋅10^
style -
SetPrettyExp(x, "inherited")
returnsx
without any explicitly set exponent style.
Examples
π^π^π
1.34016418301⋅10^18
SetPrettyExp(ans, false)
1.34016418301E18