Manuals/calci/POINT

From ZCubes Wiki
Revision as of 14:15, 30 June 2015 by Swapna (talk | contribs)
Jump to navigation Jump to search
POINT(x,y,z)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x,y } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z } are any real numbers.

Description

  • This function gives the point for the coordinates of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x,y} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z } .
  • Point is the exact location which don't have a size, only position.
  • A set of points lying in a straight line, then they are called collinear.
  • A set of points lying in a same plane, then they are called co-planar.
  • This function will give the result as error when any one of the argument is non-numeric.

Examples

  1. =POINT(2,4,8) = 2 4 8
  2. =POINT(-7,10,16) = -7 10 16
  3. =POINT(17.4,29.02,41.65) = 17.4 29.02 41.65

Related Videos

POINTS

See Also

References