Difference between revisions of "Math Script"

Jump to navigation Jump to search
2 bytes added ,  17:11, 21 February 2012
→‎Global Functions: Fixed descriptions of "Ceiling" and "Floor"
imported>Jog
imported>Cipscis
(→‎Global Functions: Fixed descriptions of "Ceiling" and "Floor")
Line 27: Line 27:


'''int Function [[Ceiling - Math|Ceiling]](float afValue)'''
'''int Function [[Ceiling - Math|Ceiling]](float afValue)'''
*Calculates the smallest number greater than or equal to the value.
*Calculates the smallest integer greater than or equal to the value.


'''float Function [[cos - Math|cos]](float afValue)'''
'''float Function [[cos - Math|cos]](float afValue)'''
Line 36: Line 36:


'''int Function [[Floor - Math|Floor]](float afValue)'''
'''int Function [[Floor - Math|Floor]](float afValue)'''
*Calculates the largest number less than or equal to the value.
*Calculates the largest integer less than or equal to the value.


'''float Function [[pow - Math|pow]](float x, float y)'''
'''float Function [[pow - Math|pow]](float x, float y)'''
Anonymous user

Navigation menu