coolblaze03's picture
Upload folder using huggingface_hub
1514a0b verified
Raw
History Blame Contribute Delete
56 Bytes
def is_nonagonal(n):
return int(n * (7 * n - 5) / 2)