在 Vertica SQL 中,"pipe forward-slash" 是什么意思:“|/”?

In Vertica SQL, what does "pipe forward-slash" mean: "|/"?

我在工作时阅读了一些旧代码,然后我 运行 进入了这个:

SELECT
    0.003*spins + 0.291*(|/spins)  as 'cheat_score' 
FROM 
    spin_table;

|/是什么意思?这些字符是竖线(或竖线)后跟正斜杠。

https://my.vertica.com/docs/7.1.x/HTML/Content/Authoring/SQLReferenceManual/LanguageElements/Operators/MathematicalOperators.htm 表示 |/ 是平方根运算符(例如 |/ 255)。