Why is Cube root of 64 not equal to 4

1 view (last 30 days)
Seriously, give it a try
A=64;
B=4;
if A^(1/3)==B
fprintf('success')
else fprintf('fail')
end

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 7 Dec 2013
Edited: Azzi Abdelmalek on 7 Dec 2013

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!