Function Even()

Even()

This function returns the nearest EVEN 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:

= Even (Number)

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


Example:
  • = Even (2) - result will be: 2
  • = Even (3) - result will be: 4
  • = Even (5) - result will be: 6
  • = Even (8) - result will be: 8
  • = Even (-2) - result will be: -2
  • = Even (-3) - result will be: -4
  • = Even (-5) - result will be: -6
  • = Even (-8) - result will be: -8
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

Saturday, June 13, 2009

Function Even()

Even()

This function returns the nearest EVEN 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:

= Even (Number)

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


Example:
  • = Even (2) - result will be: 2
  • = Even (3) - result will be: 4
  • = Even (5) - result will be: 6
  • = Even (8) - result will be: 8
  • = Even (-2) - result will be: -2
  • = Even (-3) - result will be: -4
  • = Even (-5) - result will be: -6
  • = Even (-8) - result will be: -8

Function Even()SocialTwist Tell-a-Friend

0 comments:

Post a Comment