[Scilab-users] What is D in Scilab? what is its use?

Dang, Christophe Christophe.Dang at sidel.com
Tue Jun 24 09:46:03 CEST 2014


Hello, 

> De : tanthiamhuat
> Envoyé : mardi 24 juin 2014 09:25
>
> but I still prefer 
> -->3*10^-3
> [...] to be more readable than
> -->3d-3

I think this is quite different.

When you write "3e-3", you define a number; "0.003" is just another way to write it.

When you write "3*10^-3", you define an operation which result is 3e-3.
So this takes more time and more resource.

You can see it if you type "10^10".

The difference is negligible for one number, but imagine you handle a matrix with millions of reals or complexes...

Best regards

-- 
Christophe Dang Ngoc Chan
Mechanical calculation engineer

______________________________________________________________________

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
______________________________________________________________________



More information about the users mailing list