Skip to content

jrevels/RealInterface.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealInterface

THIS PACKAGE IS NO LONGER MAINTAINED.

Build Status

Want to define a new subtype of Real, but you're not sure what primitives you need to define to ensure you're covering most of the Real interface? Good news! RealInterface is a lightweight package which simply contains lists of these primitives.

These lists are primarily useful for generating code, assuming you've established the basic algebra of your new Real type.

When determining which functions were truly "primitives" (as opposed to derivable from other functions), I've leaned heavily towards inclusion. Thus, many functions included here might be technically redundant depending on your implementation.

About

A Julia package containing lists of numeric primitives for defining new `Real` subtypes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages