It supports 76.76 (the 77th digit is partial) decimal digits of precision
and 38 decimal digits of scale. Values are in the range of
-5.7896044618658097711785492504343953926634992332820282019728792003956564819968E+38
to 5.7896044618658097711785492504343953926634992332820282019728792003956564819967E+38.
Example:
use Google\Cloud\BigQuery\BigQueryClient;
$bigQuery = new BigQueryClient();
$bigNumeric = $bigQuery->bigNumeric('999999999999999999999999999999999999999999999.99999999999999');
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# BigQuery Client - Class BigNumeric (1.34.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.34.0 (latest)](/php/docs/reference/cloud-bigquery/latest/BigNumeric)\n- [1.33.1](/php/docs/reference/cloud-bigquery/1.33.1/BigNumeric)\n- [1.32.0](/php/docs/reference/cloud-bigquery/1.32.0/BigNumeric)\n- [1.31.1](/php/docs/reference/cloud-bigquery/1.31.1/BigNumeric)\n- [1.30.3](/php/docs/reference/cloud-bigquery/1.30.3/BigNumeric)\n- [1.29.0](/php/docs/reference/cloud-bigquery/1.29.0/BigNumeric)\n- [1.28.3](/php/docs/reference/cloud-bigquery/1.28.3/BigNumeric)\n- [1.27.0](/php/docs/reference/cloud-bigquery/1.27.0/BigNumeric)\n- [1.26.1](/php/docs/reference/cloud-bigquery/1.26.1/BigNumeric)\n- [1.25.1](/php/docs/reference/cloud-bigquery/1.25.1/BigNumeric)\n- [1.24.2](/php/docs/reference/cloud-bigquery/1.24.2/BigNumeric)\n- [1.23.10](/php/docs/reference/cloud-bigquery/1.23.10/BigNumeric) \nReference documentation and code samples for the BigQuery Client class BigNumeric.\n\nRepresents a value with a data type of\n[BIGNUMERIC](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_type).\n\nIt supports 76.76 (the 77th digit is partial) decimal digits of precision\nand 38 decimal digits of scale. Values are in the range of\n-5.7896044618658097711785492504343953926634992332820282019728792003956564819968E+38\nto 5.7896044618658097711785492504343953926634992332820282019728792003956564819967E+38.\n\nExample: \n\n use Google\\Cloud\\BigQuery\\BigQueryClient;\n\n $bigQuery = new BigQueryClient();\n\n $bigNumeric = $bigQuery-\u003ebigNumeric('999999999999999999999999999999999999999999999.99999999999999');\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery\n\nMethods\n-------\n\n### __construct\n\n### get\n\nGet the underlying value.\n\n### type\n\nGet the type.\n\n### formatAsString\n\nFormat the value as a string.\n\n### __toString\n\nFormat the value as a string."]]