Skip to content

feat: Add support for double class variables. #226

@divyanshub024

Description

@divyanshub024

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,

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions