Ad
  • Custom User Avatar

    The golden ratio is transcendental? The golden ratio is (1+sqrt(5))/2

  • Custom User Avatar

    Added a bit to the description, thanks for the feedback!

  • Default User Avatar

    The golden ratio is irrational and transcendental, it cannot be expressed in either decimal or binary float. This task needs a more explicit description of required precision to be well-specified.

  • Default User Avatar

    This passes your tests, but does not pass your description:

    Anything that is not a string is not an isogram (ints, nils, etc.)

    This code gives:

    > isogram?(1)
    => true