Class Index | File Index

Classes


Class YMath


Defined in: YMath.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
YMath()
YMath utilities Not instanciable.
Method Summary
Method Attributes Method Name and Description
<static>  
YMath.ceildAt(value, exponent)
<static>  
YMath.ceilTo(value, step)
<static>  
YMath.floorAt(value, exponent)
<static>  
YMath.floorTo(value, step)
<static>  
YMath.realCeilAt(value, exponent)
<static>  
YMath.realCeilTo(value, step)
<static>  
YMath.realFloorAt(value, exponent)
<static>  
YMath.realFloorTo(value, step)
<static>  
YMath.realRoundAt(value, exponent)
<static>  
YMath.realRoundTo(value, step)
<static>  
YMath.roundAt(value, exponent)
<static>  
YMath.roundTo(value, step)
<static>  
YMath.unPow(primary, result)
<static>  
YMath.upgradeArray(array)
Class Detail
YMath()
YMath utilities Not instanciable.
Method Detail
<static> YMath.ceildAt(value, exponent)
Parameters:
value
exponent

<static> YMath.ceilTo(value, step)
Parameters:
value
step

<static> YMath.floorAt(value, exponent)
Parameters:
value
exponent

<static> YMath.floorTo(value, step)
Parameters:
value
step

<static> YMath.realCeilAt(value, exponent)
Parameters:
value
exponent

<static> YMath.realCeilTo(value, step)
Parameters:
value
step

<static> YMath.realFloorAt(value, exponent)
Parameters:
value
exponent

<static> YMath.realFloorTo(value, step)
Parameters:
value
step

<static> YMath.realRoundAt(value, exponent)
Parameters:
value
exponent

<static> YMath.realRoundTo(value, step)
Parameters:
value
step

<static> YMath.roundAt(value, exponent)
Parameters:
value
exponent

<static> YMath.roundTo(value, step)
Parameters:
value
step

<static> YMath.unPow(primary, result)
Parameters:
primary
result

<static> YMath.upgradeArray(array)

Defined in: YMath.upgradeArray.js.
Parameters:
array

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Nov 16 2013 03:47:43 GMT+0100 (CET)