Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Math Primitives : remainder

Syntax

#(%,%n,%o)

%n is a number. %o is a number to use to perform the modulus operation on %n

Examples

#(%,8,3)
2
#(%,98,5)
3