You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pow function existing in math.h in libC is 2.0 when passed as 4.0 and 0.5 as arguments. However, in my implementation there is a problem that the values do not match because the value of the second argument is cast to an integer type.
The text was updated successfully, but these errors were encountered:
The pow function existing in math.h in libC is 2.0 when passed as 4.0 and 0.5 as arguments. However, in my implementation there is a problem that the values do not match because the value of the second argument is cast to an integer type.
The text was updated successfully, but these errors were encountered: