precalculate(动词):预先计算;在实际使用或运行之前把结果先算出来,以节省之后的时间或计算成本。(在数学、工程与编程语境中很常见;也可泛指“事先算好/盘算好”。)
/ˌpriːˈkælkjəleɪt/
We precalculated the total cost before shopping.
我们在购物前预先计算了总花费。
To speed up the program, the developer precalculated a lookup table and reused it during runtime.
为了加快程序运行,开发者预先计算了一张查找表,并在运行时反复使用。
由前缀 **pre-**(“在……之前”)+ calculate(“计算”)构成。calculate 源自拉丁语 calculare(用小石子计数/计算),而 calculus 原意是“用于计数的小石子”,后来引申为“微积分”等数学概念。