What is e in The value of entropy

When i calculate the value of entropy,then it comes like -1.0735e+02 What does mean by e? How can i get the exact value(What is the value of e here)?

 Respuesta aceptada

dpb
dpb el 13 de En. de 2015
e (or E) is the computer-generated representation for the 10 exponent in scientific notation. Hence the value you have is -107.35 to the precision shown. You can get more decimal places by
format long
See
doc fprintf
for details on the formatting expressions.

Más respuestas (0)

Categorías

Más información sobre Simulink en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de En. de 2015

Respondida:

dpb
el 13 de En. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by