diff --git a/definitions/taurus/number/functions/std_number_infinity.proto.json b/definitions/taurus/number/functions/std_number_infinity.proto.json deleted file mode 100644 index fb32732..0000000 --- a/definitions/taurus/number/functions/std_number_infinity.proto.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "runtime_definition_name": "std::number::infinity", - "runtimeName": "std::number::infinity", - "parameter_definitions": [], - "throwsError": false, - "name": [ - { - "code": "en-US", - "content": "Infinity" - } - ], - "description": [ - { - "code": "en-US", - "content": "Provides the representation of positive infinity, used to represent an unbounded value in computations." - } - ], - "documentation": [], - "alias": [ - { - "code": "en-US", - "content": "infinity;number;math;std" - } - ], - "displayMessage": [ - { - "code": "en-US", - "content": "Infinity" - } - ], - "deprecationMessage": [], - "displayIcon": "tabler:math-function", - "signature": "(): NUMBER", - "linkedDataTypeIdentifiers": [ - "NUMBER" - ] -} diff --git a/definitions/taurus/number/runtime_functions/std_number_infinity.proto.json b/definitions/taurus/number/runtime_functions/std_number_infinity.proto.json deleted file mode 100644 index dfef00b..0000000 --- a/definitions/taurus/number/runtime_functions/std_number_infinity.proto.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "runtimeName": "std::number::infinity", - "runtimeParameterDefinitions": [], - "throwsError": false, - "name": [ - { - "code": "en-US", - "content": "Infinity" - } - ], - "description": [ - { - "code": "en-US", - "content": "Provides the representation of positive infinity, used to represent an unbounded value in computations." - } - ], - "documentation": [], - "alias": [ - { - "code": "en-US", - "content": "infinity;number;math;std" - } - ], - "displayMessage": [ - { - "code": "en-US", - "content": "Infinity" - } - ], - "deprecationMessage": [], - "displayIcon": "tabler:math-function", - "signature": "(): NUMBER", - "linkedDataTypeIdentifiers": [ - "NUMBER" - ] -}