calc常用

Mod:求模(整数相除求余数),

And:按位与

Or:按位或

Xor:按位异或

Lsh:按位左移

Not:按位取反

Int:取整数部分


原文地址:https://www.cnblogs.com/hgy413/p/3693343.html