add cos funtion
This commit is contained in:
parent
85202dedd8
commit
e396b2321a
@ -29,6 +29,10 @@
|
||||
function abs(a) {
|
||||
return Math.abs(a);
|
||||
}
|
||||
|
||||
function cos(a) {
|
||||
return Math.cos(a)
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user