index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
math
/
sin.zig
Age
Commit message (
Expand
)
Author
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-14
remove 32-bit windows from supported targets list
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
std.math: remove unnecessary inline calls and
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-10-15
disable some of the failing tests
Andrew Kelley
2017-08-28
remove workaround for LLVM not respecting "nobuiltin"
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-06-20
Add math special case tests and general fixes
Marc Tiehuis
2017-06-19
workaround for llvm bug
Andrew Kelley
2017-06-18
Get tests passing under release mode
Marc Tiehuis
2017-06-16
Add math library
Marc Tiehuis