美文网首页
8.13 Math 数学 - Power 幂值

8.13 Math 数学 - Power 幂值

作者: 刘板栗 | 来源:发表于2017-02-21 15:38 被阅读16次

板栗:不懂😂
Calculate the first value (base) to the second value (exponent)'s power (ex: 2³).
Right-click to add ports for additional exponents to chain, or change the type (ex: number, position, rotation).

计算第一个值 ( 基数 ) 到第二个值 ( 指数 ) 的幂值。例如:2³,可以写为:POWER(2,3)。
右键选择输入接口数,或更改输入接口接入值类型(例如:数字,坐标,角度)。

输入口

Input 输入
The base value .
基础值.

Input 输入
A value that represents the exponent to raise the previous number by.
表示将先前数字乘以的指数的值。

输出口

Output 输出
The base value to the subsequent exponents' powers.
基础值到后续指数的幂值。


Related Patches

√ 开根号


相关文章

  • 8.13 Math 数学 - Power 幂值

    板栗:不懂?Calculate the first value (base) to the second valu...

  • java中的Math类

    Math Math类主要用于数学运算的类; 绝对值 向上取整 向下取整 最大值两个数: 三个数: a的b次幂 随机...

  • Java Math工具类

    1、Math.pow(x,y); 返回x的y次幂 2、Math.abs(x); 返回x的绝对值 3、Math.ra...

  • 2017-7-25 数学 笔记

    power:幂次 eg:three to the fourth power: 3的四次幂 Quantity A ....

  • Java API(下)

    Math类和Random类 Math类 Math类是数学操作类,提供了一系列用于数学运算的静态方法,包括求绝对值、...

  • JavaScrip内置对象

    Math对象 Math对象中封装很多与数学相关的属性和方法。 π 最大值/最小值 取整 [1.1 , 1.9, ...

  • JavaScript-Math

    Math是数学函数,里面提供了几个操作数字的方法。Math.abs() -> 取绝对值 Math.ceil() -...

  • 定时器和数学对象

    一、定时器: 具体的语法: 二、数学对象: 1、 Math.min() 最小值。var xiao = Math.m...

  • 5.24DOM

    一、数学对象 求最大值:Math.max(1,2,3,4,5); 求最小值:Math.min(1,2,3,4,5)...

  • JavaScript 11数学对象,日期对象,DOM:增加属性

    一、数学对象 求最大值:Math.max(1,2,3,4,5); 求最小值:Math.min(1,2,3,4,5)...

网友评论

      本文标题:8.13 Math 数学 - Power 幂值

      本文链接:https://www.haomeiwen.com/subject/jdhfwttx.html