Skip to content

More One In One Out Gates v1.0

Overview

These gates are all inGigavolt Multiplecategory, they have these common points:

  • The bottom port is the input port.
  • The top and back port are the output port with the same voltage.
  • The highest(leftmost) bit of the voltages represents the sign, the radix point is between the 16th and 17th bit.
  • The unit of measurement related to trigonometric functions is radian.

Details

IconNameBottom InputTop & Back Output
Sin Gate IconSin Gate
Decimal:
Voltage:
Decimal:
Voltage:
Cos Gate IconCos Gate
Decimal:
Voltage:
Decimal:
Voltage:
Tan Gate IconTan Gate
Decimal:
Voltage:
Decimal:
Voltage:
Cot Gate IconCot Gate
Decimal:
Voltage:
Decimal:
Voltage:
Sec Gate IconSec Gate
Decimal:
Voltage:
Decimal:
Voltage:
Csc Gate IconCsc Gate
Decimal:
Voltage:
Decimal:
Voltage:
Asin Gate IconAsin Gate
Decimal:
Voltage:
Decimal:
Voltage:
Acos Gate IconAcos Gate
Decimal:
Voltage:
Decimal:
Voltage:
Atan Gate IconAtan Gate
Decimal:
Voltage:
Decimal:
Voltage:
Sinh Gate IconSinh Gate
Decimal:
Voltage:
Decimal:
Voltage:
Cosh Gate IconCosh Gate
Decimal:
Voltage:
Decimal:
Voltage:
Tanh Gate IconTanh Gate
Decimal:
Voltage:
Decimal:
Voltage:
Sign Magnitude Reverse Gate IconSign Magnitude Reverse Gate
Decimal:
Voltage:
Decimal:
Voltage:
Two's Complement Reverse Gate IconTwo's Complement Reverse Gate
Decimal:
Voltage:
Decimal:
Voltage:

📝 What Does SMR Gate Do?

Revert the highest bit of the input.

📝 What Does TCR Gate Do?

If the highest bit of the input is 0, it will perform a bitwise NOT operation on all bits and add 1. If the highest bit of the input is 1, it will subtract 1 from the input and perform a bitwise NOT operation on all bits.