M HYPE SPLASH
// general

Notation for specifying the fractional part of a number

By Andrew Adams
$\begingroup$

Just like the title says, what is the notation for specifying the fractional part of a number?

$\endgroup$ 3

2 Answers

$\begingroup$

The fractional part of a number $x$ is usually denoted by $\{x\}$ or $\operatorname{frac}(x)$ (see Wikipedia), i.e. $\{x\}=x-\lfloor x\rfloor$, where $\lfloor \cdot\rfloor$ is the floor function.

$\endgroup$ 7 $\begingroup$

Braces is a common notation so the fractional part of $x$ would be denoted by $\{x\}$.

That being said, I would rather not use it without explaining it.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy