Skip to content

Add edge case test for C05/ex02&ex03 ft_iterative_power & ft_recursive_power(0, 0)#28

Open
muhammadfarhankt wants to merge 1 commit intok11q:mainfrom
muhammadfarhankt:main
Open

Add edge case test for C05/ex02&ex03 ft_iterative_power & ft_recursive_power(0, 0)#28
muhammadfarhankt wants to merge 1 commit intok11q:mainfrom
muhammadfarhankt:main

Conversation

@muhammadfarhankt
Copy link
Copy Markdown

This PR adds a missing edge case to the test suite for ft_iterative_power and ft_recursive_power

➕ Added Test

{
    .desc = "0 power 0 (edge case)",
    .base = 0,
    .power = 0,
    .expected = 1,
},

@muhammadfarhankt muhammadfarhankt changed the title Add edge case test for ft_iterative_power & ft_recursive_power(0, 0) Add edge case test for C05/ex02&ex03 ft_iterative_power & ft_recursive_power(0, 0) Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant