Zvolte jazyk: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Koncept:
Anglické slovo:
Hlavní stránka

round fn (RoundFn)

(RoundFn number) is the Integer closest to number on the number line. If number is halfway between two Integers (for example 3.5), it denotes the larger Integer.

Ontologie

SUMO / NUMERIC-FUNCTIONS

Class(es)

třída
is instance of
  inheritable relation  
is instance of
  unární funkce  
is instance of
třída
is instance of
  inheritable relation  
is instance of
  relace rozšířená na veličiny  
is instance of

is instance of
  round fn  

Související termín(y)

absolute value fn  abstraction fn  addition fn  arc cosine fn  arc sine fn  arc tangent fn  back fn  begin fn  begin node fn  cardinality fn  ceiling fn  complement fn  cosine fn  cut set fn  denominator fn  division fn  end fn  end node fn  exponentiation fn  extension fn  floor fn  front fn  future fn  generalized intersection fn  generalized union fn  giga fn  imaginary part fn  immediate future fn  immediate past fn  initial node fn  integer square root fn  kilo fn  list length fn  magnitude fn  max fn  mega fn  micro fn  milli fn  min fn  minimal cut set fn  multiplication fn  nano fn  numerator fn  organization fn  past fn  path weight fn  pico fn  power set fn  predecessor fn  principal host fn  probability fn  property fn  rational number fn  real number fn  reciprocal fn  remainder fn  signum fn  sine fn  skin fn  square root fn  subtraction fn  successor fn  tangent fn  tera fn  terminal node fn  wealth fn  when fn  year fn  equal  greater than  greater than or equal to  less than  less than or equal to 

Typy argumentů

veličina RoundFn(veličina)

Related WordNet synsets

round
(of numbers) to the nearest ten, hundred, or thousand; "in round numbers"
round is similar to...  
See more related synsets on a separate page.

Axiomy (1)

(=>
      (equal
            (RoundFn ?NUMBER1)
            ?NUMBER2)
      (or
            (=>
                  (lessThan
                        (SubtractionFn
                              ?NUMBER1
                              (FloorFn ?NUMBER1))
                        0.5)
                  (equal
                        ?NUMBER2
                        (FloorFn ?NUMBER1)))
            (=>
                  (greaterThanOrEqualTo
                        (SubtractionFn
                              ?NUMBER1
                              (FloorFn ?NUMBER1))
                        0.5)
                  (equal
                        ?NUMBER2
                        (CeilingFn ?NUMBER1)))))