Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 831 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 831 Bytes

线性插值器

一个用来计算线性插值的网页小应用。

使用

访问网站即使用。

用到的工具

Road Map

大体上按优先度排序

  • 删除功能 (2022-03-12)
  • 导出功能
    • 导出为 json 和 csv (2022-04-24)
    • 以文件形式导出
    • 更多格式
  • 『帮助』选项
  • 缓存机制
  • 更多插值法
  • convert to TS

unfinished English version

Linear Interpolator

A web app to do linear interpolation operation.

Usage

To try it out, check this.

Used Tools