Merge branch '加速asin'
# Conflicts: # index.html
This commit is contained in:
commit
b974097633
@ -34,9 +34,13 @@
|
||||
return Math.cos(a)
|
||||
}
|
||||
|
||||
|
||||
function sin(a) {
|
||||
return Math.sin(a);
|
||||
}
|
||||
function asin(a) {
|
||||
return Math.asin(a);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user