gl3n
gl3n copied to clipboard
Division operators
Any plan for these?
What kind of division do you need? Simple scalar-divisions? As a workaround, you can simply multiply with the inverse A * 1/x.
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).