In Cool§

请参阅例程 atan的上下文中的主要文档 in context

sub atan(Numeric(Cool))
method atan()

将调用者(或在子表单中,参数)强制转换为 Numeric,并以弧度返回其 反正切

say atan(3);                # OUTPUT: «1.24904577239825␤» 
say 3.atan;                 # OUTPUT: «1.24904577239825␤»