📦 deps(tsl): sync tsl-playbook from a71480a4

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,20 @@
# 金融 / 金融工程 / 价值评估
## `wacc()`
声明:function
返回加权资本成本WACC%
<!-- tags: 金融 金融工程 价值评估 返回 获取 WACC -->
返回:real
### 示例
范例01:调用 WACC
```tsl
return WACC(3.84, 10.84, 0.637, 4.1, 40);
// 输出:6.6194
```