mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-05 18:30:31 -07:00
2 lines
69 B
JavaScript
2 lines
69 B
JavaScript
function n(c){return((c*=2)<=1?c*c*c:(c-=2)*c*c+2)/2}export{n as c};
|