Psi

Psi

45M Downloads

[request] give operator: divide a 3rd input

SnazzGass opened this issue ยท 1 comments

commented

Operator: multiply is A * B (* C)
so it makes sense that
Operator: divide would be A / B (/ C)
order of operations would mean that it is equivalent to A / (B * C)

commented

Done.