Skip to content

Instantly share code, notes, and snippets.

@bnolan
Created March 22, 2021 23:21
Show Gist options
  • Save bnolan/baa806de6193035a726475e22159c0c8 to your computer and use it in GitHub Desktop.
Save bnolan/baa806de6193035a726475e22159c0c8 to your computer and use it in GitHub Desktop.
CRYPTOVOXELS DEVELOPER TEST

(WITHOUT A CALCULATOR / GOOGLE)

Some of these numbers and operations you would come across when debugging Cryptovoxels code, so it's good to be able to mentally estimate them. Please give approximate answers (maximum of 2 decimal places), and skip questions you don't know.

  1. What is the square root of 100?


  2. What is the square root of 10?


  3. What is the square root of 2?


  4. What is half of π?


  5. What is the cosine of 45°?


  6. What is the length of a vector (1, 1, 1)?


  7. Normalise this vector to unit length (3, 4, 0)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment