>> Do you also think that trigonometry should be `foo.sined`, `foo.cosined`, 
>> and `foo.tangented`?
> 
> sine, cosine etc. are all nouns so I think as computed properties they’d be 
> fine as is?

So you would favor these?

        _ = number.sine()
        _ = number.cosine()
        _ = number.tangent()
        
        number.formSine()
        number.formCosine()
        number.formTangent()

-- 
Brent Royal-Gordon
Architechies

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to