Hi all!
Is there a modulo operation/function in Swift? I want the "true"
mathematical modulo (as % in Python), and not remainder (as % in Swift).

Do I have to implement this basic mathematical function myself and if so
what is the best way to write it (it will be heavily used so I want it to
be as fast as possible)?

/Jens
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to