The synopsis shows
constexpr float compoundn(float x, long long int n)
This appears to use the unsuffixed name for the float overload rather than compoundnf.
This conflicts with the stated pattern of providing f/l/fN suffixed versions, and is an editorial error.
The synopsis shows
This appears to use the unsuffixed name for the float overload rather than
compoundnf.This conflicts with the stated pattern of providing
f/l/fNsuffixed versions, and is an editorial error.