Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
rev | Admin | (Created page with "Write a function to raise a floating point number to an integer power, so for example to when you use it <syntaxhighlight lang="c"> float a = raise_to_power(2, 3); //a gets 8 float b = raise_to_power(9, 2); //b gets 81 float raise_to_power(float f, int power); //make this your declaration </syntaxhighlight>") | May 13'24 at 19:45 | +318 |