加入pow function
This commit is contained in:
parent
c5fe0f5268
commit
c07cec5f1c
@ -21,6 +21,10 @@
|
||||
function minus(a, b) {
|
||||
return a-b;
|
||||
}
|
||||
|
||||
function pow(a, b) {
|
||||
return Math.pow(a,b);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user