Misakikure

1.表示复数的语法是real + image j

2.实部和虚部都是浮点数

3.虚部的后缀可以是 “j” 或者 “J”

4.复数的 conjugate 方法可以返回该复数的共轭复数。

详情:https://docs.python.org/2/library/stdtypes.html#numeric-types-int-float-long-complex

https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex

分类:

技术点:

相关文章:

  • 2021-05-22
  • 2021-08-22
  • 2021-12-15
  • 2021-11-20
  • 2021-09-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-03-10
  • 2022-12-23
  • 2021-10-25
相关资源
相似解决方案