Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Add format()#21

Open
denysvitali wants to merge 4 commits into
alfredxing:masterfrom
denysvitali:master
Open

Add format()#21
denysvitali wants to merge 4 commits into
alfredxing:masterfrom
denysvitali:master

Conversation

@denysvitali

Copy link
Copy Markdown

This special input will allow the user to switch the output format for
the following operations.

> 16 * 10^6
1.6E+07
> format(f)
> @
16000000

The format byte is specified in strconv.FormatFloat's documentation

Denys Vitali and others added 4 commits October 15, 2020 09:02
This special input will allow the user to switch the output format for
the following operations.

```
> 16 * 10^6
1.6E+07
> format(f)
> @
16000000
```

The format byte is specified in strconv.FormatFloat's documentation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant