Appearance
指数运算
import { mathPow } from '@base-web-kits/base-tools-ts'; mathPow(2, 3); // => 8 mathPow('2.5', 2); // => 6.25