mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:27:46 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
19
docs/commands/math_abs.md
Normal file
19
docs/commands/math_abs.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: math abs
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Returns absolute values of a list of numbers
|
||||
|
||||
## Signature
|
||||
|
||||
```> math abs ```
|
||||
|
||||
## Examples
|
||||
|
||||
Get absolute of each value in a list of numbers
|
||||
```shell
|
||||
> [-50 -100.0 25] | math abs
|
||||
```
|
||||
|
Reference in New Issue
Block a user