Difference between revisions of "Math Script"
Jump to navigation
Jump to search
→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 | *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 | *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)''' |