运行 ❯
获取您的
专属
网站
×
更改方向
更改主题,深色/浅色
转到空间
x <- 3+5i y <- 5i # Print values of x and y x y # Print the class name of x and y class(x) class(y)
[1] 3+5i [1] 0+5i [1] "complex" [1] "complex"