Added math abs command. (#2789)

This commit is contained in:
xolve
2020-12-15 22:07:12 +05:30
committed by GitHub
parent 83c874666a
commit f377a3a7b4
6 changed files with 90 additions and 4 deletions

View File

@ -217,6 +217,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(AutoenvTrust),
whole_stream_command(AutoenvUnTrust),
whole_stream_command(Math),
whole_stream_command(MathAbs),
whole_stream_command(MathAverage),
whole_stream_command(MathEval),
whole_stream_command(MathMedian),