Hi Davide and Martin,
it should be x || y || z = 1/(1/x+1/y+1/z)
This operator is very basic in the text book for electronics and we can do it with mathcad. I believe smath should be able to do it as well.
Maybe you are right in term of keeping the program well organized. However as a electronics engineer I know nothing about C# so I have to rely on you good work.
Also I think if there is a reason for dedicated plugin for electrical functions then I can see we might have pulgings for other engneerings.
In fact if will could be much more useful, if we can make customized defination of any unit, operator by ourself in the sm sheet. for example,
define("dB", unit, power(10,value/10))
3dB=2
6dB=4
3dB+6dB=9dB=8
define("%", operator, mod(x,y))
8%5=3
define("(*)", operator, convolution(x, y))
f(t) (*) g(t)=.....
But I am not sure how complicated it would be. for now I will be much appreciate if you can include this into your pulgin