|
|
@ -18,6 +18,7 @@ pub trait Operator { |
|
|
|
|
|
|
|
|
|
|
|
/// Arithmetic operators take numerical values (either literals or variables)
|
|
|
|
/// Arithmetic operators take numerical values (either literals or variables)
|
|
|
|
/// as their operands and return a single numerical value.
|
|
|
|
/// as their operands and return a single numerical value.
|
|
|
|
|
|
|
|
///
|
|
|
|
/// More information:
|
|
|
|
/// More information:
|
|
|
|
/// - MDN documentation:
|
|
|
|
/// - MDN documentation:
|
|
|
|
/// <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#Arithmetic>
|
|
|
|
/// <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#Arithmetic>
|
|
|
|