[{"data":1,"prerenderedAt":970},["ShallowReactive",2],{"content-all-\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary":3,"related-\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary":695,"sidebar-content":924},[4],{"_path":5,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":9,"description":10,"tags":11,"date":15,"weight":16,"body":17,"_type":689,"_id":690,"_source":691,"_file":692,"_stem":693,"_extension":694},"\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary","math-library",false,"","Summary","Summary of the math library in Python.",[12,13,14],"python","backend","arrays","2026-03-18",10,{"type":18,"children":19,"toc":680},"root",[20,29,35,42,56,179,185,197,297,303,315,415,421,433,500,506,527,674],{"type":21,"tag":22,"props":23,"children":25},"element","h2",{"id":24},"summary-of-math-library-in-python",[26],{"type":27,"value":28},"text","Summary of Math Library in Python",{"type":21,"tag":30,"props":31,"children":32},"p",{},[33],{"type":27,"value":34},"The math library in Python provides various mathematical functions and constants. Here are some commonly used functions and constants:",{"type":21,"tag":36,"props":37,"children":39},"h3",{"id":38},"sum-of-elements",[40],{"type":27,"value":41},"Sum of Elements",{"type":21,"tag":30,"props":43,"children":44},{},[45,47,54],{"type":27,"value":46},"You can sum elements in a list using the built-in ",{"type":21,"tag":48,"props":49,"children":51},"code",{"className":50},[],[52],{"type":27,"value":53},"sum()",{"type":27,"value":55}," function:",{"type":21,"tag":57,"props":58,"children":61},"pre",{"className":59,"code":60,"language":12,"meta":8,"style":8},"language-python shiki shiki-themes github-light github-dark","numbers = [1, 2, 3, 4, 5]\ntotal = sum(numbers)\nprint(total)  # Output: 15\n",[62],{"type":21,"tag":48,"props":63,"children":64},{"__ignoreMap":8},[65,136,159],{"type":21,"tag":66,"props":67,"children":70},"span",{"class":68,"line":69},"line",1,[71,77,83,88,94,99,104,108,113,117,122,126,131],{"type":21,"tag":66,"props":72,"children":74},{"style":73},"--shiki-default:#24292E;--shiki-dark:#E1E4E8",[75],{"type":27,"value":76},"numbers ",{"type":21,"tag":66,"props":78,"children":80},{"style":79},"--shiki-default:#D73A49;--shiki-dark:#F97583",[81],{"type":27,"value":82},"=",{"type":21,"tag":66,"props":84,"children":85},{"style":73},[86],{"type":27,"value":87}," [",{"type":21,"tag":66,"props":89,"children":91},{"style":90},"--shiki-default:#005CC5;--shiki-dark:#79B8FF",[92],{"type":27,"value":93},"1",{"type":21,"tag":66,"props":95,"children":96},{"style":73},[97],{"type":27,"value":98},", ",{"type":21,"tag":66,"props":100,"children":101},{"style":90},[102],{"type":27,"value":103},"2",{"type":21,"tag":66,"props":105,"children":106},{"style":73},[107],{"type":27,"value":98},{"type":21,"tag":66,"props":109,"children":110},{"style":90},[111],{"type":27,"value":112},"3",{"type":21,"tag":66,"props":114,"children":115},{"style":73},[116],{"type":27,"value":98},{"type":21,"tag":66,"props":118,"children":119},{"style":90},[120],{"type":27,"value":121},"4",{"type":21,"tag":66,"props":123,"children":124},{"style":73},[125],{"type":27,"value":98},{"type":21,"tag":66,"props":127,"children":128},{"style":90},[129],{"type":27,"value":130},"5",{"type":21,"tag":66,"props":132,"children":133},{"style":73},[134],{"type":27,"value":135},"]\n",{"type":21,"tag":66,"props":137,"children":139},{"class":68,"line":138},2,[140,145,149,154],{"type":21,"tag":66,"props":141,"children":142},{"style":73},[143],{"type":27,"value":144},"total ",{"type":21,"tag":66,"props":146,"children":147},{"style":79},[148],{"type":27,"value":82},{"type":21,"tag":66,"props":150,"children":151},{"style":90},[152],{"type":27,"value":153}," sum",{"type":21,"tag":66,"props":155,"children":156},{"style":73},[157],{"type":27,"value":158},"(numbers)\n",{"type":21,"tag":66,"props":160,"children":162},{"class":68,"line":161},3,[163,168,173],{"type":21,"tag":66,"props":164,"children":165},{"style":90},[166],{"type":27,"value":167},"print",{"type":21,"tag":66,"props":169,"children":170},{"style":73},[171],{"type":27,"value":172},"(total)  ",{"type":21,"tag":66,"props":174,"children":176},{"style":175},"--shiki-default:#6A737D;--shiki-dark:#6A737D",[177],{"type":27,"value":178},"# Output: 15\n",{"type":21,"tag":36,"props":180,"children":182},{"id":181},"maximum-value",[183],{"type":27,"value":184},"Maximum Value",{"type":21,"tag":30,"props":186,"children":187},{},[188,190,196],{"type":27,"value":189},"To find the maximum value in a list, you can use the ",{"type":21,"tag":48,"props":191,"children":193},{"className":192},[],[194],{"type":27,"value":195},"max()",{"type":27,"value":55},{"type":21,"tag":57,"props":198,"children":200},{"className":59,"code":199,"language":12,"meta":8,"style":8},"numbers = [1, 2, 3, 4, 5]\nmaximum = max(numbers)\nprint(maximum)  # Output: 5\n",[201],{"type":21,"tag":48,"props":202,"children":203},{"__ignoreMap":8},[204,259,280],{"type":21,"tag":66,"props":205,"children":206},{"class":68,"line":69},[207,211,215,219,223,227,231,235,239,243,247,251,255],{"type":21,"tag":66,"props":208,"children":209},{"style":73},[210],{"type":27,"value":76},{"type":21,"tag":66,"props":212,"children":213},{"style":79},[214],{"type":27,"value":82},{"type":21,"tag":66,"props":216,"children":217},{"style":73},[218],{"type":27,"value":87},{"type":21,"tag":66,"props":220,"children":221},{"style":90},[222],{"type":27,"value":93},{"type":21,"tag":66,"props":224,"children":225},{"style":73},[226],{"type":27,"value":98},{"type":21,"tag":66,"props":228,"children":229},{"style":90},[230],{"type":27,"value":103},{"type":21,"tag":66,"props":232,"children":233},{"style":73},[234],{"type":27,"value":98},{"type":21,"tag":66,"props":236,"children":237},{"style":90},[238],{"type":27,"value":112},{"type":21,"tag":66,"props":240,"children":241},{"style":73},[242],{"type":27,"value":98},{"type":21,"tag":66,"props":244,"children":245},{"style":90},[246],{"type":27,"value":121},{"type":21,"tag":66,"props":248,"children":249},{"style":73},[250],{"type":27,"value":98},{"type":21,"tag":66,"props":252,"children":253},{"style":90},[254],{"type":27,"value":130},{"type":21,"tag":66,"props":256,"children":257},{"style":73},[258],{"type":27,"value":135},{"type":21,"tag":66,"props":260,"children":261},{"class":68,"line":138},[262,267,271,276],{"type":21,"tag":66,"props":263,"children":264},{"style":73},[265],{"type":27,"value":266},"maximum ",{"type":21,"tag":66,"props":268,"children":269},{"style":79},[270],{"type":27,"value":82},{"type":21,"tag":66,"props":272,"children":273},{"style":90},[274],{"type":27,"value":275}," max",{"type":21,"tag":66,"props":277,"children":278},{"style":73},[279],{"type":27,"value":158},{"type":21,"tag":66,"props":281,"children":282},{"class":68,"line":161},[283,287,292],{"type":21,"tag":66,"props":284,"children":285},{"style":90},[286],{"type":27,"value":167},{"type":21,"tag":66,"props":288,"children":289},{"style":73},[290],{"type":27,"value":291},"(maximum)  ",{"type":21,"tag":66,"props":293,"children":294},{"style":175},[295],{"type":27,"value":296},"# Output: 5\n",{"type":21,"tag":36,"props":298,"children":300},{"id":299},"minimum-value",[301],{"type":27,"value":302},"Minimum Value",{"type":21,"tag":30,"props":304,"children":305},{},[306,308,314],{"type":27,"value":307},"To find the minimum value in a list, you can use the ",{"type":21,"tag":48,"props":309,"children":311},{"className":310},[],[312],{"type":27,"value":313},"min()",{"type":27,"value":55},{"type":21,"tag":57,"props":316,"children":318},{"className":59,"code":317,"language":12,"meta":8,"style":8},"numbers = [1, 2, 3, 4, 5]\nminimum = min(numbers)\nprint(minimum)  # Output: 1\n",[319],{"type":21,"tag":48,"props":320,"children":321},{"__ignoreMap":8},[322,377,398],{"type":21,"tag":66,"props":323,"children":324},{"class":68,"line":69},[325,329,333,337,341,345,349,353,357,361,365,369,373],{"type":21,"tag":66,"props":326,"children":327},{"style":73},[328],{"type":27,"value":76},{"type":21,"tag":66,"props":330,"children":331},{"style":79},[332],{"type":27,"value":82},{"type":21,"tag":66,"props":334,"children":335},{"style":73},[336],{"type":27,"value":87},{"type":21,"tag":66,"props":338,"children":339},{"style":90},[340],{"type":27,"value":93},{"type":21,"tag":66,"props":342,"children":343},{"style":73},[344],{"type":27,"value":98},{"type":21,"tag":66,"props":346,"children":347},{"style":90},[348],{"type":27,"value":103},{"type":21,"tag":66,"props":350,"children":351},{"style":73},[352],{"type":27,"value":98},{"type":21,"tag":66,"props":354,"children":355},{"style":90},[356],{"type":27,"value":112},{"type":21,"tag":66,"props":358,"children":359},{"style":73},[360],{"type":27,"value":98},{"type":21,"tag":66,"props":362,"children":363},{"style":90},[364],{"type":27,"value":121},{"type":21,"tag":66,"props":366,"children":367},{"style":73},[368],{"type":27,"value":98},{"type":21,"tag":66,"props":370,"children":371},{"style":90},[372],{"type":27,"value":130},{"type":21,"tag":66,"props":374,"children":375},{"style":73},[376],{"type":27,"value":135},{"type":21,"tag":66,"props":378,"children":379},{"class":68,"line":138},[380,385,389,394],{"type":21,"tag":66,"props":381,"children":382},{"style":73},[383],{"type":27,"value":384},"minimum ",{"type":21,"tag":66,"props":386,"children":387},{"style":79},[388],{"type":27,"value":82},{"type":21,"tag":66,"props":390,"children":391},{"style":90},[392],{"type":27,"value":393}," min",{"type":21,"tag":66,"props":395,"children":396},{"style":73},[397],{"type":27,"value":158},{"type":21,"tag":66,"props":399,"children":400},{"class":68,"line":161},[401,405,410],{"type":21,"tag":66,"props":402,"children":403},{"style":90},[404],{"type":27,"value":167},{"type":21,"tag":66,"props":406,"children":407},{"style":73},[408],{"type":27,"value":409},"(minimum)  ",{"type":21,"tag":66,"props":411,"children":412},{"style":175},[413],{"type":27,"value":414},"# Output: 1\n",{"type":21,"tag":36,"props":416,"children":418},{"id":417},"absolute-value",[419],{"type":27,"value":420},"Absolute Value",{"type":21,"tag":30,"props":422,"children":423},{},[424,426,432],{"type":27,"value":425},"To get the absolute value of a number, you can use the ",{"type":21,"tag":48,"props":427,"children":429},{"className":428},[],[430],{"type":27,"value":431},"abs()",{"type":27,"value":55},{"type":21,"tag":57,"props":434,"children":436},{"className":59,"code":435,"language":12,"meta":8,"style":8},"number = -5\nabsolute_value = abs(number)\nprint(absolute_value)  # Output: 5\n",[437],{"type":21,"tag":48,"props":438,"children":439},{"__ignoreMap":8},[440,462,484],{"type":21,"tag":66,"props":441,"children":442},{"class":68,"line":69},[443,448,452,457],{"type":21,"tag":66,"props":444,"children":445},{"style":73},[446],{"type":27,"value":447},"number ",{"type":21,"tag":66,"props":449,"children":450},{"style":79},[451],{"type":27,"value":82},{"type":21,"tag":66,"props":453,"children":454},{"style":79},[455],{"type":27,"value":456}," -",{"type":21,"tag":66,"props":458,"children":459},{"style":90},[460],{"type":27,"value":461},"5\n",{"type":21,"tag":66,"props":463,"children":464},{"class":68,"line":138},[465,470,474,479],{"type":21,"tag":66,"props":466,"children":467},{"style":73},[468],{"type":27,"value":469},"absolute_value ",{"type":21,"tag":66,"props":471,"children":472},{"style":79},[473],{"type":27,"value":82},{"type":21,"tag":66,"props":475,"children":476},{"style":90},[477],{"type":27,"value":478}," abs",{"type":21,"tag":66,"props":480,"children":481},{"style":73},[482],{"type":27,"value":483},"(number)\n",{"type":21,"tag":66,"props":485,"children":486},{"class":68,"line":161},[487,491,496],{"type":21,"tag":66,"props":488,"children":489},{"style":90},[490],{"type":27,"value":167},{"type":21,"tag":66,"props":492,"children":493},{"style":73},[494],{"type":27,"value":495},"(absolute_value)  ",{"type":21,"tag":66,"props":497,"children":498},{"style":175},[499],{"type":27,"value":296},{"type":21,"tag":36,"props":501,"children":503},{"id":502},"power",[504],{"type":27,"value":505},"Power",{"type":21,"tag":30,"props":507,"children":508},{},[509,511,517,519,525],{"type":27,"value":510},"To calculate the power of a number, you can use the ",{"type":21,"tag":48,"props":512,"children":514},{"className":513},[],[515],{"type":27,"value":516},"pow()",{"type":27,"value":518}," function or the exponent\noperator ",{"type":21,"tag":48,"props":520,"children":522},{"className":521},[],[523],{"type":27,"value":524},"**",{"type":27,"value":526},":",{"type":21,"tag":57,"props":528,"children":530},{"className":59,"code":529,"language":12,"meta":8,"style":8},"base = 2\nexponent = 3\npower = pow(base, exponent) # 2 ^ 3 = 8\nprint(power)  # Output: 8\n\n# Using exponent operator\npower = base ** exponent\nprint(power)  # Output: 8\n",[531],{"type":21,"tag":48,"props":532,"children":533},{"__ignoreMap":8},[534,551,568,595,613,623,632,658],{"type":21,"tag":66,"props":535,"children":536},{"class":68,"line":69},[537,542,546],{"type":21,"tag":66,"props":538,"children":539},{"style":73},[540],{"type":27,"value":541},"base ",{"type":21,"tag":66,"props":543,"children":544},{"style":79},[545],{"type":27,"value":82},{"type":21,"tag":66,"props":547,"children":548},{"style":90},[549],{"type":27,"value":550}," 2\n",{"type":21,"tag":66,"props":552,"children":553},{"class":68,"line":138},[554,559,563],{"type":21,"tag":66,"props":555,"children":556},{"style":73},[557],{"type":27,"value":558},"exponent ",{"type":21,"tag":66,"props":560,"children":561},{"style":79},[562],{"type":27,"value":82},{"type":21,"tag":66,"props":564,"children":565},{"style":90},[566],{"type":27,"value":567}," 3\n",{"type":21,"tag":66,"props":569,"children":570},{"class":68,"line":161},[571,576,580,585,590],{"type":21,"tag":66,"props":572,"children":573},{"style":73},[574],{"type":27,"value":575},"power ",{"type":21,"tag":66,"props":577,"children":578},{"style":79},[579],{"type":27,"value":82},{"type":21,"tag":66,"props":581,"children":582},{"style":90},[583],{"type":27,"value":584}," pow",{"type":21,"tag":66,"props":586,"children":587},{"style":73},[588],{"type":27,"value":589},"(base, exponent) ",{"type":21,"tag":66,"props":591,"children":592},{"style":175},[593],{"type":27,"value":594},"# 2 ^ 3 = 8\n",{"type":21,"tag":66,"props":596,"children":598},{"class":68,"line":597},4,[599,603,608],{"type":21,"tag":66,"props":600,"children":601},{"style":90},[602],{"type":27,"value":167},{"type":21,"tag":66,"props":604,"children":605},{"style":73},[606],{"type":27,"value":607},"(power)  ",{"type":21,"tag":66,"props":609,"children":610},{"style":175},[611],{"type":27,"value":612},"# Output: 8\n",{"type":21,"tag":66,"props":614,"children":616},{"class":68,"line":615},5,[617],{"type":21,"tag":66,"props":618,"children":620},{"emptyLinePlaceholder":619},true,[621],{"type":27,"value":622},"\n",{"type":21,"tag":66,"props":624,"children":626},{"class":68,"line":625},6,[627],{"type":21,"tag":66,"props":628,"children":629},{"style":175},[630],{"type":27,"value":631},"# Using exponent operator\n",{"type":21,"tag":66,"props":633,"children":635},{"class":68,"line":634},7,[636,640,644,649,653],{"type":21,"tag":66,"props":637,"children":638},{"style":73},[639],{"type":27,"value":575},{"type":21,"tag":66,"props":641,"children":642},{"style":79},[643],{"type":27,"value":82},{"type":21,"tag":66,"props":645,"children":646},{"style":73},[647],{"type":27,"value":648}," base ",{"type":21,"tag":66,"props":650,"children":651},{"style":79},[652],{"type":27,"value":524},{"type":21,"tag":66,"props":654,"children":655},{"style":73},[656],{"type":27,"value":657}," exponent\n",{"type":21,"tag":66,"props":659,"children":661},{"class":68,"line":660},8,[662,666,670],{"type":21,"tag":66,"props":663,"children":664},{"style":90},[665],{"type":27,"value":167},{"type":21,"tag":66,"props":667,"children":668},{"style":73},[669],{"type":27,"value":607},{"type":21,"tag":66,"props":671,"children":672},{"style":175},[673],{"type":27,"value":612},{"type":21,"tag":675,"props":676,"children":677},"style",{},[678],{"type":27,"value":679},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":8,"searchDepth":161,"depth":161,"links":681},[682],{"id":24,"depth":138,"text":28,"children":683},[684,685,686,687,688],{"id":38,"depth":161,"text":41},{"id":181,"depth":161,"text":184},{"id":299,"depth":161,"text":302},{"id":417,"depth":161,"text":420},{"id":502,"depth":161,"text":505},"markdown","content:data-structure-algorithm:math-library:summary.md","content","data-structure-algorithm\u002Fmath-library\u002Fsummary.md","data-structure-algorithm\u002Fmath-library\u002Fsummary","md",[696,704,709,714,720,729,734,739,744,749,758,764,769,774,779,784,789,795,803,811,817,824,830,837,843,849,857,863,869,876,882,888,895,907,913,918],{"_path":697,"title":698,"description":699,"tags":700,"date":703},"\u002Fcpp","C++ \u002F CPP","C++ notes, snippets, and references",[701,702],"cpp","c++","2026-05-05",{"_path":705,"title":706,"description":707,"tags":708,"date":15},"\u002Fdata-structure-algorithm\u002Farray-manipulation\u002Ffor-looping","For Looping in Python","Using for loops to manipulate arrays in Python.",[12,13,14],{"_path":710,"title":711,"description":712,"tags":713,"date":15},"\u002Fdata-structure-algorithm\u002Farray-manipulation\u002Fwhile-looping","While Looping in Python","Using while loops to manipulate arrays in Python.",[12,13,14],{"_path":715,"title":716,"description":717,"tags":718,"date":719},"\u002Fdata-structure-algorithm\u002Fassignments","Assignments","Assignments in Python for competitive programming.",[12,13],"2026-04-10",{"_path":721,"title":722,"description":723,"tags":724,"date":728},"\u002Fdata-structure-algorithm\u002Fbuzzword","Buzzword List DSA","Common terms and concepts in data structures and algorithms.",[725,726,727],"dsa","algorithms","data-structures","2026-04-03",{"_path":730,"title":731,"description":732,"tags":733,"date":719},"\u002Fdata-structure-algorithm\u002Fdata-type","Data Types","Data types in Python for competitive programming.",[12,13],{"_path":735,"title":736,"description":737,"tags":738,"date":719},"\u002Fdata-structure-algorithm\u002Fhash-map","Hash Map","Hash map implementation in Python for competitive programming.",[12,13],{"_path":740,"title":741,"description":742,"tags":743,"date":719},"\u002Fdata-structure-algorithm\u002Finput-output","Input and Output","Handling input and output in Python for competitive programming.",[12,13],{"_path":745,"title":746,"description":747,"tags":748,"date":15},"\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsum","Sum Elements","Using for loops to sum elements in Python.",[12,13,14],{"_path":750,"title":751,"description":752,"tags":753,"date":757},"\u002Fdocker\u002Fcheat-sheets","Docker Cheat Sheets","Cheat sheets for frequently used Docker commands and concepts",[754,755,756],"docker","devops","infrastructure","2026-05-01",{"_path":759,"title":760,"description":761,"tags":762,"date":763},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-container","Docker Container","Introduction to Docker containers and their usage",[754,755,756],"2026-03-12",{"_path":765,"title":766,"description":767,"tags":768,"date":763},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-execution","Docker Execution","Introduction to Docker execution and their usage",[754,755,756],{"_path":770,"title":771,"description":772,"tags":773,"date":763},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-image","Docker Image","Introduction to Docker images and their usage",[754,755,756],{"_path":775,"title":776,"description":777,"tags":778,"date":763},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-logging","Docker Logging","Introduction to Docker logging and their usage",[754,755,756],{"_path":780,"title":781,"description":782,"tags":783,"date":763},"\u002Fdocker\u002Fdocker-prerequisites\u002Fdocker-installation","Docker Installation","Introduction to Docker installation and their usage",[754,755,756],{"_path":785,"title":786,"description":787,"tags":788,"date":763},"\u002Fdocker\u002Fresources","Docker Resources","Collection of Docker resources for learning and reference",[754,755,756],{"_path":790,"title":791,"description":792,"tags":793,"date":703},"\u002Fjava","Java","Java notes, snippets, and references",[794],"java",{"_path":796,"title":797,"description":798,"tags":799,"date":763},"\u002Fjavascript\u002Fpromises","Promise Patterns","Common JavaScript promise patterns and async\u002Fawait usage",[800,801,802],"javascript","frontend","async",{"_path":804,"title":805,"description":806,"tags":807,"date":703},"\u002Fjenkins","Jenkins","Jenkins notes, snippets, and references",[808,809,810],"jenkins","ci","cd",{"_path":812,"title":813,"description":814,"tags":815,"date":15},"\u002Fphp\u002Farrays","PHP Array Functions","Essential PHP array functions and patterns",[816,13,14],"php",{"_path":818,"title":819,"description":820,"tags":821,"date":823},"\u002Fphp\u002Fpatterns\u002Fsingleton","Singleton Pattern","Implementing the singleton pattern in PHP",[816,822,13],"patterns","2026-03-13",{"_path":825,"title":826,"description":827,"tags":828,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Farray-map","PHP Array and Map","Essential PHP array and map functions and their usage",[816,13,14],"2026-05-30",{"_path":831,"title":832,"description":833,"tags":834,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fcasting-convertions","PHP Casting and Conversions","Learning about PHP casting and conversions",[816,13,835,836],"casting","conversions",{"_path":838,"title":839,"description":840,"tags":841,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fcomments","PHP Comments","Essential PHP comment operations",[816,13,842],"comments",{"_path":844,"title":845,"description":846,"tags":847,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fdatatypes","PHP Data Types","Essential PHP data types and their usage",[816,13,848],"data types",{"_path":850,"title":851,"description":852,"tags":853,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fexpression-statement-block","PHP Expressions, Statements, and Blocks","Essential PHP expressions, statements, and blocks",[816,13,854,855,856],"expressions","statements","blocks",{"_path":858,"title":859,"description":860,"tags":861,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fflow-control","PHP Flow Control","Essential PHP flow control structures and patterns",[816,13,862],"flow control",{"_path":864,"title":865,"description":866,"tags":867,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Ffunctions","PHP Functions","Essential PHP functions and their usage",[816,13,868],"functions",{"_path":870,"title":871,"description":872,"tags":873,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Finclude-require","PHP Include and Require","Understanding PHP include and require statements",[816,13,874,875],"include","require",{"_path":877,"title":878,"description":879,"tags":880,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fintroduction","PHP Introduction","An introduction to PHP programming language and its fundamentals",[816,13,881],"introduction",{"_path":883,"title":884,"description":885,"tags":886,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Foperator","PHP Operators","Essential PHP operators and their usage",[816,13,887],"operators",{"_path":889,"title":890,"description":891,"tags":892,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Foutput-input","PHP Output & Input","Learning about PHP output and input methods",[816,13,893,894],"output","input",{"_path":896,"title":897,"description":898,"tags":899,"date":829},"\u002Fphp\u002Fphp-fundamental\u002Fvariables","PHP Variables","Essential PHP variables, constants, magic constants, and variable scope",[816,13,900,901,902,903,904,905,906],"variables","constants","magic constants","scope","global","local","static",{"_path":908,"title":909,"description":910,"tags":911,"date":912},"\u002Fphp\u002Freferences","PHP References (&)","Useful PHP reference snippets and patterns",[816,13],"2026-03-19",{"_path":914,"title":915,"description":916,"tags":917,"date":703},"\u002Fpython","Python","Python notes, snippets, and references",[12],{"_path":919,"title":920,"description":921,"tags":922,"date":703},"\u002Frust","Rust","Rust notes, snippets, and references",[923],"rust",[925,926,927,928,929,930,931,932,933,935,936,938,939,941,943,945,946,947,948,949,950,951,952,954,955,956,957,958,959,961,963,964,965,966,967,968,969],{"_path":697,"title":698,"weight":69},{"_path":705,"title":706,"weight":16},{"_path":710,"title":711,"weight":16},{"_path":715,"title":716,"weight":161},{"_path":721,"title":722,"weight":69},{"_path":730,"title":731,"weight":138},{"_path":735,"title":736,"weight":16},{"_path":740,"title":741,"weight":69},{"_path":745,"title":746,"weight":934},20,{"_path":5,"title":9,"weight":16},{"_path":750,"title":751,"weight":937},100,{"_path":759,"title":760,"weight":934},{"_path":765,"title":766,"weight":940},22,{"_path":770,"title":771,"weight":942},21,{"_path":775,"title":776,"weight":944},23,{"_path":780,"title":781,"weight":16},{"_path":785,"title":786,"weight":69},{"_path":790,"title":791,"weight":69},{"_path":796,"title":797},{"_path":804,"title":805,"weight":69},{"_path":812,"title":813,"weight":69},{"_path":818,"title":819},{"_path":825,"title":826,"weight":953},9,{"_path":831,"title":832,"weight":625},{"_path":838,"title":839,"weight":161},{"_path":844,"title":845,"weight":615},{"_path":850,"title":851,"weight":660},{"_path":858,"title":859,"weight":16},{"_path":864,"title":865,"weight":960},11,{"_path":870,"title":871,"weight":962},12,{"_path":877,"title":878,"weight":69},{"_path":883,"title":884,"weight":634},{"_path":889,"title":890,"weight":138},{"_path":896,"title":897,"weight":597},{"_path":908,"title":909,"weight":138},{"_path":914,"title":915,"weight":69},{"_path":919,"title":920,"weight":69},1780160029118]