3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
|
|
var id = compose(Math.sin, Math.asin);
|
||
|
|
print(id(0.5)); // 0.5
|