/* stylelint-disable number-max-precision */

////
/// @since 1.12.0 - The Sith
/// @author Takeru Suzuki

/// Euler's number
/// @link https://en.wikipedia.org/wiki/E_(mathematical_constant)
$e: 2.718281828459045;

/// PI
/// @link https://en.wikipedia.org/wiki/Pi
$pi: 3.141592653589793;

/// Natural Logarithm of 2
/// @link https://en.wikipedia.org/wiki/Natural_logarithm_of_2
$ln2: .6931471805599453;

/// Pythagoras's constant
/// @link https://en.wikipedia.org/wiki/Square_root_of_2
$sqrt2: 1.4142135623730951;
