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

Suggestion: Expose math functions to the API #75

Open
Kroc opened this issue Jul 19, 2023 · 1 comment
Open

Suggestion: Expose math functions to the API #75

Kroc opened this issue Jul 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Kroc
Copy link

Kroc commented Jul 19, 2023

I'm writing a Z80 program from scratch I'm dreading having to implement string-to-number and floating-point functionality myself. Anybody who wants to write a decently sized program that takes user input is probably going to need integer/fp & math routines.

Agon MOS doesn't implement these but BBC BASIC does. May I recommend putting the number/math functions into MOS and exposing an API for them so that every developer doesn't have to make a copy themselves.

@breakintoprogram breakintoprogram added the enhancement New feature or request label Aug 3, 2023
@breakintoprogram
Copy link
Owner

That's a good idea. I like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: On Hold
Development

No branches or pull requests

2 participants