More One In One Out Gates v1.0
Overview
These gates are all inGigavolt Multiple
category, 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
Icon | Name | Bottom Input | Top & Back Output | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | Sin Gate |
|
| ||||||||
![]() | Cos Gate |
|
| ||||||||
![]() | Tan Gate |
|
| ||||||||
![]() | Cot Gate |
|
| ||||||||
![]() | Sec Gate |
|
| ||||||||
![]() | Csc Gate |
|
| ||||||||
![]() | Asin Gate |
|
| ||||||||
![]() | Acos Gate |
|
| ||||||||
![]() | Atan Gate |
|
| ||||||||
![]() | Sinh Gate |
|
| ||||||||
![]() | Cosh Gate |
|
| ||||||||
![]() | Tanh Gate |
|
| ||||||||
![]() | Sign Magnitude Reverse Gate |
|
| ||||||||
![]() | Two's Complement Reverse Gate |
|
|
📝 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.