Processing, exp()
用法介紹。
用法
exp(n)
參數
n
(float)
提高 index
返回
float
說明
返回歐拉數e(2.71828...) 提升到value
範圍。
例子
float v1 = exp(1.0);
println(v1); // Prints "2.7182817"
相關用法
- Processing expand()用法及代碼示例
- Processing extends用法及代碼示例
- Processing exit()用法及代碼示例
- Processing endRaw()用法及代碼示例
- Processing endContour()用法及代碼示例
- Processing endShape()用法及代碼示例
- Processing endCamera()用法及代碼示例
- Processing emissive()用法及代碼示例
- Processing else用法及代碼示例
- Processing ellipseMode()用法及代碼示例
- Processing ellipse()用法及代碼示例
- Processing endRecord()用法及代碼示例
- Processing FFT用法及代碼示例
- Processing SawOsc.pan()用法及代碼示例
- Processing FloatDict用法及代碼示例
- Processing FFT.stop()用法及代碼示例
- Processing join()用法及代碼示例
- Processing () (parentheses)用法及代碼示例
- Processing Pulse用法及代碼示例
- Processing PShader用法及代碼示例
- Processing PVector.set()用法及代碼示例
- Processing FloatDict.sortKeysReverse()用法及代碼示例
- Processing texture()用法及代碼示例
- Processing IntDict.add()用法及代碼示例
- Processing PShape.enableStyle()用法及代碼示例
注:本文由純淨天空篩選整理自processing.org大神的英文原創作品 exp()。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。