From 960f9c266b55c9170b7b53397c1b1f8fb25c5702 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 4 Jun 2026 16:10:01 +0200 Subject: [PATCH] drop: removed infinity function --- .../functions/std_number_infinity.proto.json | 37 ------------------- .../std_number_infinity.proto.json | 36 ------------------ 2 files changed, 73 deletions(-) delete mode 100644 definitions/taurus/number/functions/std_number_infinity.proto.json delete mode 100644 definitions/taurus/number/runtime_functions/std_number_infinity.proto.json 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" - ] -}