在哪里可以找到 J 中所有运算符的列表

发布于 2024-08-02 23:44:07 字数 129 浏览 3 评论 0原文

我正在尝试学习 J,但遇到的一个大问题是我不知道所有预定义运算符是什么或在哪里可以找到它们。我花了太长时间才弄清楚|都是余数函数(当它是二元时),但是当它使用一元时,它会获得绝对值或大小。有谁知道在哪里可以找到 J 默认定义的所有运算符的列表?

I am trying to learn J and one huge problem I'm running into is I don't know what all the predefined operators are or where to find them. It took me way too long to figure out the | is both the remainder function(when it dyadic) but when its used monadic it gets absolute value or magnitude. Does any one know where a list of all the operators that J defines by default could be found?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

⊕婉儿 2024-08-09 23:44:07

您可能正在寻找 J Vocabulary,尽管尝试阅读其文档一元与二元 | 对我来说是希腊语。 (免责声明:我不是 J 程序员)

You may be looking for the J Vocabulary, although trying to read its documentation on monadic vs. dyadic | is greek to me. (Disclaimer: I am not a J programmer)

迷路的信 2024-08-09 23:44:07

在 J 版本 6 IDE 中,control-F1 将显示光标处单词的文档(如果在实现中定义了该单词)。希望新的版本 7 界面最终能够保留此功能。

In the J version 6 IDE, control-F1 will bring up documentation on the word at the cursor, if it's defined in the implementation. Hopefully the new version 7 interfaces will eventually manage to retain this feature.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文