about | help | code help+videos | done | prefs |
logic_mathPower
Given two integers a and b, return the result of a to the b power. logic_mathPower(2, 0) → 1.0 logic_mathPower(2, 1) → 2.0 logic_mathPower(2, 2) → 4.0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy