How does round work?

9 visualizaciones (últimos 30 días)
Tyler Murray
Tyler Murray el 10 de Nov. de 2016
Respondida: Walter Roberson el 10 de Nov. de 2016
I was trying to figure out how the function round worked. I know the format and everything, I am talking about the actual source code. I tried typing in EDIT round but only instructions came up. The only thing that I can think of is if you have a number like 3.14 you would have to convert that number to a string to determine what character the decimal point is at. From there you can take the number to the right and continue with the appropriate rounding. I just don't understand how MATLAB determines where the decimal is located. Any guesses?

Respuestas (2)

Steven Lord
Steven Lord el 10 de Nov. de 2016
We do not distribute the source code for the built-in round function. If you want to see it you will need to start here.
You may be interested in the general procedures described on Wikipedia.
  1 comentario
Tyler Murray
Tyler Murray el 10 de Nov. de 2016
I'm not asking for a source code, I am just asking people how they think it is programmed. Just curious.

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 10 de Nov. de 2016
Hardware instructions. For example,

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by