3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
|
|
var id = compose(Math.sin, Math.asin);
|
||
|
|
console.log(id(0.5)); // 0.5
|