Skip to content

Instantly share code, notes, and snippets.

@jtr109
Last active December 9, 2018 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtr109/0b76ec76ef0b1bad1fba1ab831410f85 to your computer and use it in GitHub Desktop.
Save jtr109/0b76ec76ef0b1bad1fba1ab831410f85 to your computer and use it in GitHub Desktop.
Computer English

英语中的数学表达

Exponent

数学中的指数, 英文为 exponent.

而在语法中表示 2^n 这样的用法, 有两种表达方式, 分别是

  • two to the nth power
  • the nth power of tow

Floating-Point Number

  • 小数点: decimal points
  • 精度:
    • 单精度浮点数: single-precision float
    • 双精度浮点数: double precision float
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment