mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 13:57:02 +00:00
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
|
|
function qinticIn(t) {
|
||
|
|
return t * t * t * t * t
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = qinticIn
|