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