jmlopez-rod/square-number
takes in an input number and returns its square
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| num | the number to square | yes | — |
Outputs
| name | description |
|---|---|
| num-squared | the input squared |