Merge branch '加入tan'
# Conflicts: # index.html
This commit is contained in:
commit
dceec61cfd
@ -34,7 +34,6 @@
|
||||
return Math.cos(a)
|
||||
}
|
||||
|
||||
|
||||
function sin(a) {
|
||||
return Math.sin(a);
|
||||
}
|
||||
@ -46,6 +45,11 @@
|
||||
function acos(a) {
|
||||
return Math.acos(a);
|
||||
}
|
||||
|
||||
function tan(a) {
|
||||
return Math.tan(a);
|
||||
}
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user