PTYQoL
  • PTYQoL.jl
  • Type piracies
    • Complex supports eps, precision, ceil and floor
Version
  • Type piracies
  • Type piracies
GitHub

Type piracies

Complex supports eps, precision, ceil and floor

julia> eps(1.0+im)
2.220446049250313e-16

julia> precision(1.0+im)
53

julia> ceil(0.5+0.5im)
1.0 + 1.0im

julia> floor(0.5+0.5im)
0.0 + 0.0im

« PTYQoL.jl

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.8.0 on Friday 31 January 2025. Using Julia version 1.9.4.