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