vault backup: 2024-10-21 11:25:32

This commit is contained in:
2024-10-21 11:25:32 +08:00
parent 6cb8d71411
commit 2e4fc10867
2 changed files with 16 additions and 12 deletions

View File

@@ -7,4 +7,5 @@ rating: ⭐
---
- ceil向上取整。
- floor向下取整。
- step(xy)x<=y返回1(真)否则返回0
- step(xy)x<=y返回1(真)否则返回0
- all()判断所有向量是否都不为0都不为0返回true否者返回false。