flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
4
BACK_BACK/node_modules/d3-ease/src/math.js
generated
vendored
Executable file
4
BACK_BACK/node_modules/d3-ease/src/math.js
generated
vendored
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
// tpmt is two power minus ten times t scaled to [0,1]
|
||||
export function tpmt(x) {
|
||||
return (Math.pow(2, -10 * x) - 0.0009765625) * 1.0009775171065494;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue