Welcome back

Sign in to upload, comment, and share schematics.

Username & Password

Traditional login

Username
Password

Passwords are managed in-game through our Minecraft authentication server:

  1. 1. In Minecraft, connect to auth.schemat.io.
  2. 2. Run /password <your_password> (shorthand /password).
  3. 3. Come back here and sign in with your username and that password.

Prefer not to bother? Just use Microsoft below no password needed.

Or

Microsoft Account

Recommended

Sign in instantly using your Microsoft account.

Create Account

Microsoft Account

Recommended

Or

Minecraft Auth Server

Alternative method

Step 1: Connect to Server

Launch Minecraft and connect to the server IP:

auth.schemat.io

Step 2: Set Password

In the server chat, run the password command:

/password <password>

Step 3: Account Linked

Your account is linked! Return here and sign in.

Copy Server Address

Copy Command Template

32 bit cube root extractor

16 hours ago
minecraft
redstone
computational

Takes in a 32 bit number A and returns Q = floor(cbroot(A)) as well as the remainder R, i.e. A = Q^3 + R.

It runs on a (horrible) clockspeed of 28t per bit, and it needs 11 iterations, i.e. in total it's gonna take over 30 seconds.

It uses the restoring shift-and-subtract algorithm. It can be made substantially faster (but also bigger) if we use a non-restoring method.

I used Aminos 3t CCA design for all the adders.

Java only.

16,697

Blocks

44,268

Volume

21 × 68 × 31

Dimensions

schem

Format

Comments
0

More like this

View all