How to type π (pi) in Java?

后端 未结 3 1063
深忆病人
深忆病人 2020-12-20 14:53

Is there a character within the Math API that allows for representing the character π?

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 14:59

    "\u03C0"

    http://www.fileformat.info/info/unicode/char/3c0/index.htm

提交回复
热议问题