Left Parenthesis Symbol

(
Symbol Format Data
( Code Point
U+0028
TeX
(
SVG
All symbols

Usage

The left parenthesis symbol is used in math to group expressions together, group function arguments and to implicitly represent the multiplication operator. Typically, the symbol appears together with the right parenthesis symbol and is used in an expression like this:

By including the parentheses in the expression above, the order of operations changes so that the addition is performed before the multiplication.

Related

symbol.dark.svg

The right parenthesis is used to mark the end of a group.

symbol.dark.svg

The left square bracket symbol is used in math to delineate the start of a matrix.

symbol.dark.svg

The right square bracket symbol is used in math to delineate the end of a matrix.

symbol.dark.svg

Left curly brace symbol.

symbol.dark.svg

Right curly brace.

Links

Function

A function takes input and produces output. The idea is a useful way to abstract away complexity and, especially in the age of computers, is a practical tool to solve problems.

Grouping

In mathematics parentheses are used to group expressions to be evaluated together and organize the order of operations. Everything within the parantheses is evaluated, then the rest of the calculation is carried out.

Multiplication Parentheses

Two expressions placed next to each other and separated by parenthesis are assumed to be multiplied together.

Order of Operations

The order of operations is an agreed-upon standard that describes what operations should be performed first in a math expression.