Sha256: c890baabd5d299c56523f909f1a94123421980e70b1de0896009858f2d40af83
Contents?: true
Size: 278 Bytes
Versions: 69
Compression:
Stored size: 278 Bytes
Contents
defmodule Grains do @doc """ Calculate two to the power of the input minus one. """ @spec square(pos_integer) :: pos_integer def square(number) do end @doc """ Adds square of each number from 1 to 64. """ @spec total :: pos_integer def total do end end
Version data entries
69 entries across 69 versions & 1 rubygems