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