why plus operator is vectorized in Julia but not the division operator?

前端 未结 0 629
别跟我提以往
别跟我提以往 2020-12-09 17:34

I am quite new with Julia, I am curious about the vectorized operations in Julia.

Example:

x = [1 2 3]
y = [3 4 5]

If I run the above

相关标签:
回答
  • 消灭零回复
提交回复
热议问题