开发者

Have any one implemented Vedic-mathematics in software before?

Have any one implemented Vedic-mathematics in software before? Vedic mathematics is incredibly beautiful and uses smart algorithms to do addition, subtra开发者_运维知识库ction, multiplication etc.

I'm trying to program this algorithms in C#. I hope it will do the required operations in fast time and will solve the overflow problems.

I don't want to reinvent a library for bigINT or something like that, but I see that this kind of math is pretty smart and useful. So if anybody has done something like this before please share what you done with me.

You can read on Vedic-math here : http://en.wikipedia.org/wiki/Vedic_math


First of all, vedic-maths is much advanced concept to apply for basic computation. It will not be a good idea to implement computation algorithms to do basic arithmetic operations using vedic-maths when it can already be done efficiently in binary. Again vedic-maths does not deal with anything other than base10. Again when it comes to doing basic arithmetic with vedic-maths there is a huge set of techniques that are applied based on operands which makes it insignificant to apply in computers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜