Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds lib.math.float.TryParse and lib.math.int.TryParseInt #423

Merged
merged 2 commits into from
May 11, 2024

Conversation

ylmrx
Copy link
Contributor

@ylmrx ylmrx commented Apr 17, 2024

pretty self-explanatory, tries to parse some text to a float number.
If it won't parse it fails over to the default value you can set.

@ylmrx ylmrx marked this pull request as ready for review April 17, 2024 13:26
@ylmrx ylmrx mentioned this pull request Apr 17, 2024
@ylmrx ylmrx changed the title feat: adds lib.math.float.TryParse feat: adds lib.math.float.TryParse and lib.math.int.TryParseInt Apr 17, 2024
@pixtur pixtur merged commit 289a7d3 into tooll3:dev May 11, 2024
@pixtur
Copy link
Collaborator

pixtur commented May 11, 2024

Thanks for the contribution. What do you think about renaming it to StringToFloat to make more consistent with other ops?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants