Maybe a human front half (including the legs) and horse rear half? It would seriously suck to run with 2 human legs and 2 horse legs.

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 month ago (1 child)

Damn, I wish I had an algorithm to tell me whether 75 and 25 are even or odd, though.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 month ago* (last edited 1 month ago) (1 child)

    X Mod 2

    It returns true if X is odd and false if X is even.

    A more computational efficient method would be to use: AND 00000001

  • source
  • parent
  • hideshow 2 child comments