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

Add format() #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add format() #21

wants to merge 4 commits into from

Conversation

denysvitali
Copy link

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