δ
デルタ
Δとも書く時がある
https://math.keicode.com/calculus/what-is-delta-x.php
code:typescript
// 前のAと過去のAの差分を算出する。
const delta = (oldA: number, newA: number) => newA - oldA
https://www.youtube.com/watch?v=ojMth6p1FUA