Is there any speed difference between The Math functions formats vs their basics functions formats?

 

I'm trying to speed up and light up my Indicator calculations, so I'm searching some ways for that.

I wonder if there is a speed difference between Math functions formats and the regular/basic formats.

For Example:

MathMod() vs fmod()

MathCeil() vs ceil()

MathFloor() vs floor()

MathAbs() vs fabs()

etc..


Thanks, 

Sharon.

    

 
Sharon:

I'm trying to speed up and light up my Indicator calculations, so I'm searching some ways for that.

I wonder if there is a speed difference between Math functions formats and the regular/basic formats.

For Example:

MathMod() vs fmod()

MathCeil() vs ceil()

MathFloor() vs floor()

MathAbs() vs fabs()

etc..


Thanks, 

Sharon.

    

No. They are exactly the same.
 
Alain Verleyen:
No. They are exactly the same.

Hmmmm.... :-( Well that means I'll have to dig more and look for other solutions..

Thanks anyway.

 
Sharon:

Hmmmm.... :-( Well that means I'll have to dig more and look for other solutions..

Thanks anyway.

Solutions to what (concretely) ?
 
Sharon:

Hmmmm.... :-( Well that means I'll have to dig more and look for other solutions..

Thanks anyway.

Have you used the profiler? What is it showing you?

Reason: