Skip to content

feat: Add support for double class variables. #226

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

Open
divyanshub024 opened this issue May 1, 2025 · 2 comments
Open

feat: Add support for double class variables. #226

divyanshub024 opened this issue May 1, 2025 · 2 comments
Assignees
Labels
feature New feature or request good first issue Good for newcomers
Milestone

Comments

@divyanshub024
Copy link
Member

Description

We need to add support for following variables from double class.

static const double nan = 0.0 / 0.0;
  static const double infinity = 1.0 / 0.0;
  static const double negativeInfinity = -infinity;
  static const double minPositive = 5e-324;
  static const double maxFinite = 1.7976931348623157e+308;

usage:

{
                    "type": "container",
                    "width": "maxFinite",
                    "height": 500,
@divyanshub024 divyanshub024 added the feature New feature or request label May 1, 2025
@divyanshub024 divyanshub024 added this to the v1.0 milestone May 1, 2025
@divyanshub024 divyanshub024 added the good first issue Good for newcomers label May 1, 2025
@AbhijithKonnayil
Copy link
Contributor

@divyanshub024 I would like to work on this . Please assign to me

@divyanshub024
Copy link
Member Author

Thanks @AbhijithKonnayil!! I've assigned it to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants