Comap
可用
Applies each of a list of functions to the same argument
Comap[{f1, f2, …}, x]
Comap[fs, x, levelspec]
Comap[fs]
Comap[{f, g, h}, x]
→ {f[x], g[x], h[x]}Comap[{Sin, Cos, Tan}][Pi / 3]
→ {Sqrt[3]/2, 1/2, Sqrt[3]}Comap[<|"a" -> f, "b" -> g, "c" -> h|>, x]
→ <|a -> f[x], b -> g[x], c -> h[x]|> 全部 6300 個函式 ·
從 MCP 用戶端使用這個