Database.Guide

Skip to content

Beginners

  • What is a Database?
  • Database Tutorial

SQL

  • SQL Tutorial
  • SQL Reference
  • SQL Joins Tutorial
  • SQL Transactions Tutorial
  • Basic SQL Queries

Categories

  • Azure SQL Edge (17)
  • Database Concepts (99)
  • Database Tools (72)
  • DBMS (9)
  • DuckDB (142)
  • MariaDB (424)
  • Microsoft Access (17)
  • MongoDB (265)
  • MySQL (602)
  • NoSQL (8)
  • Oracle (301)
  • PostgreSQL (480)
  • Redis (210)
  • SQL (697)
  • SQL Server (1,170)
  • SQLite (298)

Category: NoSQL

MongoDB $atan

Posted on February 26, 2021 by Ian

In MongoDB, the $atan aggregation pipeline operator returns the arctangent (inverse tangent) of a value.

The return value is in radians.

$atan accepts any valid expression that resolves to a number.

The $atan operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $asinh

Posted on February 26, 2021February 26, 2021 by Ian

In MongoDB, the $asinh aggregation pipeline operator returns the hyperbolic arcsine (inverse hyperbolic sine) of a value, measured in radians.

$asinh accepts any valid expression that resolves to a number.

The $asinh operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $acosh

Posted on February 25, 2021February 25, 2021 by Ian

In MongoDB, the $acosh aggregation pipeline operator returns the hyperbolic arccosine (inverse hyperbolic cosine) of a value, measured in radians.

$acosh accepts any valid expression that resolves to a number between 1 and +Infinity.

The $acosh operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $acos

Posted on February 25, 2021February 25, 2021 by Ian

In MongoDB, the $acos aggregation pipeline operator returns the arccosine (inverse cosine) of a value, measured in radians.

$acos accepts any valid expression that resolves to a number between -1 and 1.

The $acos operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $cos

Posted on February 25, 2021February 25, 2021 by Ian

In MongoDB, the $cos aggregation pipeline operator returns the cosine of a value that is measured in radians.

$cos accepts any valid expression that resolves to a number.

The $cos operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $abs

Posted on February 24, 2021February 24, 2021 by Ian

In MongoDB, the $abs aggregation pipeline operator returns the absolute value of a number.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $degreesToRadians

Posted on February 23, 2021February 23, 2021 by Ian

In MongoDB, the $degreesToRadians aggregation pipeline operator converts an input value measured in degrees to radians.

$degreesToRadians accepts any valid expression that resolves to a number.

The $degreesToRadians operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $radiansToDegrees

Posted on February 23, 2021February 23, 2021 by Ian

In MongoDB, the $radiansToDegrees aggregation pipeline operator converts an input value measured in radians to degrees.

$radiansToDegrees accepts any valid expression that resolves to a number.

The $radiansToDegrees operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $cosh

Posted on February 23, 2021February 23, 2021 by Ian

In MongoDB, the $cosh aggregation pipeline operator returns the hyperbolic cosine of a value that is measured in radians.

$cosh accepts any valid expression that resolves to a number.

The $cosh operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is

MongoDB $asin

Posted on February 23, 2021February 23, 2021 by Ian

In MongoDB, the $asin aggregation pipeline operator returns the arcsine (inverse sine) of a value, measured in radians.

$asin accepts any valid expression that resolves to a number between -1 and 1.

The $asin operator was introduced in MongoDB 4.2.

Continue reading →
MongoDB aggregation, operators, what is
  • «
  • 1
  • …
  • 30
  • 31
  • 32
  • 33
  • 34
  • …
  • 49
  • »

About Database.Guide | Privacy Policy