Home | History | Annotate | Download | only in script_api

Lines Matching refs:pown

2788  @pown() and @powr() are similar.  @pown() takes an integer exponent. @powr() assumes the
2802 function: pown
2818 function: pown
2840 @pow() and @pown() are similar. They both make no assumptions about the base.
2841 @pow() takes a float exponent while @pown() take an integer.