Docs.rs
  • globject-rs-0.3.4
    • globject-rs 0.3.4
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • 0xAA55
    • Dependencies
      • bincode ^2.0.1 normal
      • bitvec ^1.0.1 normal
      • glcore-rs ^0.3.2 normal
      • half ^2.6.0 normal
      • image ^0.25.6 normal
      • nalgebra-glm ^0.19.0 normal
      • struct_iterable ^0.1.1 normal
      • turbojpeg ^1.3.3 normal
      • glfw ^0.59.0 dev
    • Versions
    • 48.48% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

globject_rs0.3.4

half_pi

Sections

  • See also:

In globject_rs::prelude

globject_rs::prelude

Function half_pi

Source
pub fn half_pi<T>() -> T
where T: RealNumber,
Expand description

Returns pi / 2.

ยงSee also:

  • four_over_pi()
  • one_over_pi()
  • one_over_two_pi()
  • pi()
  • quarter_pi()
  • root_half_pi()
  • root_pi()
  • root_two_pi()
  • three_over_two_pi()
  • two_over_pi()
  • two_over_root_pi()
  • two_pi()