Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 536 Bytes

textValue.md

File metadata and controls

34 lines (17 loc) · 536 Bytes
  1. 文本公式计算器,支持行内注释

50*10+2 # 这是注释

2+2^3

  1. 一元一次方程求解

x*6 +2 = 20 - x/2

  1. 显示百分比

股票开盘价格 10.54 目前价格 10.88 涨幅是?

10.88/10.54 # 日内涨幅+3.23%

EN

  1. Text Formula Calculator, supporting inline comments

50*10+2 # This is a comment

2+2^3

  1. Solving Linear Equations with One Variable

x*6 +2 = 20 - x/2

  1. Display Percentage

Stock opening price 10.54 Current price 10.88 What is the increase? 10.88/10.54 # Intraday increase +3.23%