Function Odd()

Odd()

This function returns the nearest ODD number which is - greater than the original number if the original number is positive and lesser than the original number if original number is negative


Syntax:

= Odd (Number)

Number = is the number which is required to be rounded off to nearest odd number


Example:
  • = Odd (2) - result will be: 3
  • = Odd (3) - result will be: 3
  • = Odd (5) - result will be: 5
  • = Odd (8) - result will be: 9
  • = Odd (-2) - result will be: -3
  • = Odd (-3) - result will be: -3
  • = Odd (-5) - result will be: -5
  • = Odd (-8) - result will be: -9
Share on Google Plus

About Dhakkanz

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Sunday, June 21, 2009

Function Odd()

Odd()

This function returns the nearest ODD number which is - greater than the original number if the original number is positive and lesser than the original number if original number is negative


Syntax:

= Odd (Number)

Number = is the number which is required to be rounded off to nearest odd number


Example:
  • = Odd (2) - result will be: 3
  • = Odd (3) - result will be: 3
  • = Odd (5) - result will be: 5
  • = Odd (8) - result will be: 9
  • = Odd (-2) - result will be: -3
  • = Odd (-3) - result will be: -3
  • = Odd (-5) - result will be: -5
  • = Odd (-8) - result will be: -9

Function Odd()SocialTwist Tell-a-Friend

0 comments:

Post a Comment