gl3n icon indicating copy to clipboard operation
gl3n copied to clipboard

Division operators

Open mathstuf opened this issue 11 years ago • 2 comments

Any plan for these?

mathstuf avatar Jul 03 '14 01:07 mathstuf

What kind of division do you need? Simple scalar-divisions? As a workaround, you can simply multiply with the inverse A * 1/x.

Dav1dde avatar Jul 10 '14 11:07 Dav1dde

Yeah, scalar division is all I've hit up against. The main issue is actually that the error message isn't exactly obvious (something about mismatching types and nothing about the operation not being supported).

mathstuf avatar Jul 10 '14 11:07 mathstuf