And trigonometrical function table checking method is referenced to reduce large arithmetic amount in the unwrapping process.
并使用三角函数查表法减少了展开过程的运算量。
英语百科
Dispatch table
In computer science, a dispatch table is a table of pointers to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.