一个数a的负次方表示为a的-n次方,其中n为正整数,它的值等于1除以a的n次方。 即:a的-n次方 = 1 / a的n次方例如:2的-3次方 = 1 / 2的3次方 = 1 / 8 = 0.12......