You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
157 B

A a = {this->r * cos(b)};
B b1 = {0x0000'1111 * this->r};
B b3 = {this->r * 0x0000'1111};
B b2 = {0x0000'1111 * value};
B b4 = {value * 0x0000'1111};