From 6c2e0bff06d98c4efe0e9214018b75508e929c33 Mon Sep 17 00:00:00 2001 From: Jett Wang Date: Thu, 21 Mar 2024 15:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87=E5=88=B0?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2024-03-21-Mastering-CPP-cmath.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2024-03-21-Mastering-CPP-cmath.md b/_posts/2024-03-21-Mastering-CPP-cmath.md index 5394d98..01b2532 100644 --- a/_posts/2024-03-21-Mastering-CPP-cmath.md +++ b/_posts/2024-03-21-Mastering-CPP-cmath.md @@ -5,6 +5,7 @@ date: 2024-03-21 14:56:22 +0800 categories: c++ programming cmath --- +![6zGy8A](https://raw.githubusercontent.com/jamiesun/images/master/default/6zGy8A.jpg) C++ `cmath` 库为程序员提供了一套丰富的数学函数,允许执行各种数学运算。这篇文章将详细讲解 `cmath` 库中的每个方法,并通过具体示例来展示它们的用法。