Tool/software: TI C/C++ Compiler
Is it possible to write a program and define a new operator for it? I would like to make a function to calculate the total resistance with two parallel resistors and it would be nice if i could write R1||R2 in the calculator instead of res(R1,R2)